Skip to content

Commit 3ee9bb4

Browse files
committed
Disabling eslint indent linting.
1 parent a2991bd commit 3ee9bb4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Extension/.eslintrc.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,6 @@ module.exports = {
2424
"eslint-plugin-header"
2525
],
2626
"rules": {
27-
"indent": [
28-
"warn",
29-
4,
30-
{
31-
"SwitchCase": 1,
32-
"ObjectExpression": "first"
33-
}
34-
],
35-
"@typescript-eslint/indent": [
36-
"error", 4
37-
],
3827
"@typescript-eslint/adjacent-overload-signatures": "error",
3928
"@typescript-eslint/array-type": "error",
4029
"@typescript-eslint/await-thenable": "error",

0 commit comments

Comments
 (0)