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 a2991bd commit 3ee9bb4Copy full SHA for 3ee9bb4
Extension/.eslintrc.js
@@ -24,17 +24,6 @@ module.exports = {
24
"eslint-plugin-header"
25
],
26
"rules": {
27
- "indent": [
28
- "warn",
29
- 4,
30
- {
31
- "SwitchCase": 1,
32
- "ObjectExpression": "first"
33
- }
34
- ],
35
- "@typescript-eslint/indent": [
36
- "error", 4
37
38
"@typescript-eslint/adjacent-overload-signatures": "error",
39
"@typescript-eslint/array-type": "error",
40
"@typescript-eslint/await-thenable": "error",
0 commit comments