Skip to content

Commit b10fccb

Browse files
committed
Update indentation in .eslintrc.json
1 parent 0cd63ad commit b10fccb

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.eslintrc.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"root": true,
33
"parser": "@typescript-eslint/parser",
44
"parserOptions": {
5-
"ecmaVersion": 6,
6-
"sourceType": "module"
5+
"ecmaVersion": 6,
6+
"sourceType": "module"
77
},
88
"plugins": [
9-
"@typescript-eslint"
9+
"@typescript-eslint"
1010
],
1111
"rules": {
12-
"@typescript-eslint/naming-convention": "warn",
13-
"@typescript-eslint/semi": "warn",
14-
"curly": "warn",
15-
"eqeqeq": "warn",
16-
"no-throw-literal": "warn",
17-
"semi": "off"
12+
"@typescript-eslint/naming-convention": "warn",
13+
"@typescript-eslint/semi": "warn",
14+
"curly": "warn",
15+
"eqeqeq": "warn",
16+
"no-throw-literal": "warn",
17+
"semi": "off"
1818
},
1919
"ignorePatterns": [
20-
"**/*.d.ts"
20+
"**/*.d.ts"
2121
]
2222
}

0 commit comments

Comments
 (0)