Skip to content

Commit 927106f

Browse files
authored
Fix
1 parent 5c6bb6a commit 927106f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ module.exports = {
6363

6464
// https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-unused-vars.md
6565
"@typescript-eslint/no-unused-vars": "warn",
66-
"no-unused-vars": "warn",
66+
"no-unused-vars": "off",
6767
}
6868
}

0 commit comments

Comments
 (0)