chore: update
This commit is contained in:
parent
0378f3d423
commit
4c7e189fcd
@ -16,7 +16,7 @@ module.exports = {
|
|||||||
'@typescript-eslint/type-annotation-spacing': ['error', {}],
|
'@typescript-eslint/type-annotation-spacing': ['error', {}],
|
||||||
|
|
||||||
'no-unused-vars': 'off',
|
'no-unused-vars': 'off',
|
||||||
'@typescript-eslint/no-unused-vars': [2, { args: 'none' }],
|
'@typescript-eslint/no-unused-vars': [2, { args: 'none', ignoreRestSiblings: true }],
|
||||||
'no-redeclare': 'off',
|
'no-redeclare': 'off',
|
||||||
'@typescript-eslint/no-redeclare': 'error',
|
'@typescript-eslint/no-redeclare': 'error',
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user