We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df39f9 commit 02af260Copy full SHA for 02af260
.eslintrc.cjs
@@ -14,6 +14,7 @@ module.exports = {
14
},
15
rules: {
16
'prettier/prettier': ['error', { semi: true, singleQuote: true, printWidth: 120 }],
17
+ '@typescript-eslint/no-unused-vars': ['error', { "ignoreRestSiblings": true }],
18
// 临时关掉
19
'@typescript-eslint/no-explicit-any': 'off',
20
0 commit comments