aboutsummaryrefslogtreecommitdiffhomepage
path: root/eslint.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'eslint.config.js')
-rw-r--r--eslint.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/eslint.config.js b/eslint.config.js
index b2a1c54..ac88ddf 100644
--- a/eslint.config.js
+++ b/eslint.config.js
@@ -21,7 +21,7 @@ export default [
21 node: nodePlugin, 21 node: nodePlugin,
22 }, 22 },
23 rules: { 23 rules: {
24 'no-unused-vars': ['error', { 'varsIgnorePattern': '^_' }], 24 'no-unused-vars': ['warn', { 'varsIgnorePattern': '^_' }],
25 'import/no-unresolved': 'error', 25 'import/no-unresolved': 'error',
26 'no-console': ["error", { allow: ["info", "warn", "error"] }], 26 'no-console': ["error", { allow: ["info", "warn", "error"] }],
27 'eqeqeq': ['error', 'always'], 27 'eqeqeq': ['error', 'always'],