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 9f0221f commit 10b018fCopy full SHA for 10b018f
.eslintrc.js
@@ -46,6 +46,8 @@ module.exports = {
46
'@typescript-eslint/ban-ts-comment': 'off',
47
'@typescript-eslint/explicit-module-boundary-types': 'off',
48
'@typescript-eslint/ban-types': 'off',
49
- '@typescript-eslint/no-namespace': 'off'
+ '@typescript-eslint/no-namespace': 'off',
50
+ indent: 'off',
51
+ '@typescript-eslint/indent': ['error', 2]
52
}
53
0 commit comments