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 0cd63ad commit b10fccbCopy full SHA for b10fccb
.eslintrc.json
@@ -2,21 +2,21 @@
2
"root": true,
3
"parser": "@typescript-eslint/parser",
4
"parserOptions": {
5
- "ecmaVersion": 6,
6
- "sourceType": "module"
+ "ecmaVersion": 6,
+ "sourceType": "module"
7
},
8
"plugins": [
9
- "@typescript-eslint"
+ "@typescript-eslint"
10
],
11
"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"
+ "@typescript-eslint/naming-convention": "warn",
+ "@typescript-eslint/semi": "warn",
+ "curly": "warn",
+ "eqeqeq": "warn",
+ "no-throw-literal": "warn",
+ "semi": "off"
18
19
"ignorePatterns": [
20
- "**/*.d.ts"
+ "**/*.d.ts"
21
]
22
}
0 commit comments