Skip to content

Commit 10b018f

Browse files
committed
chore(eslint): add indent rule
1 parent 9f0221f commit 10b018f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .eslintrc.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ module.exports = {
4646
'@typescript-eslint/ban-ts-comment': 'off',
4747
'@typescript-eslint/explicit-module-boundary-types': 'off',
4848
'@typescript-eslint/ban-types': 'off',
49-
'@typescript-eslint/no-namespace': 'off'
49+
'@typescript-eslint/no-namespace': 'off',
50+
indent: 'off',
51+
'@typescript-eslint/indent': ['error', 2]
5052
}
5153
}

0 commit comments

Comments
 (0)