set ident rules
This commit is contained in:
parent
bd1c7c7a42
commit
abda1b10ef
|
@ -21,6 +21,7 @@ module.exports = {
|
|||
'@typescript-eslint/explicit-function-return-type': 'off',
|
||||
'@typescript-eslint/explicit-module-boundary-types': 'off',
|
||||
'@typescript-eslint/no-explicit-any': 'error',
|
||||
'no-unused-vars': 'error'
|
||||
'no-unused-vars': 'error',
|
||||
'indent': ['error', 4 ]
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue