Skip to content
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default [
},
},
rules: {
"no-unused-vars": ["error", { argsIgnorePattern: "^_" }],
"no-unused-vars": ["error", { argsIgnorePattern: "^_", varsIgnorePattern: "^_" }],
"no-console": "off",
},
},
Expand Down
Loading
Loading