Skip to content

Commit

Permalink
chore: eslint ignoreRestSiblings
Browse files Browse the repository at this point in the history
  • Loading branch information
sendya committed Apr 19, 2022
1 parent 4df39f9 commit 02af260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
},
rules: {
'prettier/prettier': ['error', { semi: true, singleQuote: true, printWidth: 120 }],
'@typescript-eslint/no-unused-vars': ['error', { "ignoreRestSiblings": true }],
// 临时关掉
'@typescript-eslint/no-explicit-any': 'off',
},
Expand Down

0 comments on commit 02af260

Please sign in to comment.