Skip to content

Commit e6f0084

Browse files
committed
Adjust eslint
1 parent 886c114 commit e6f0084

File tree

6 files changed

+494
-390
lines changed

6 files changed

+494
-390
lines changed

azdo-task/DevcontainersCi/.eslintrc.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"camelcase": "off",
2222
"@typescript-eslint/consistent-type-assertions": "error",
2323
"@typescript-eslint/explicit-function-return-type": ["error", {"allowExpressions": true}],
24-
"@typescript-eslint/func-call-spacing": ["error", "never"],
24+
"func-call-spacing": ["error", "never"],
2525
"@typescript-eslint/no-array-constructor": "error",
2626
"@typescript-eslint/no-empty-interface": "error",
2727
"@typescript-eslint/no-explicit-any": "off",
@@ -42,9 +42,7 @@
4242
"@typescript-eslint/promise-function-async": "error",
4343
"@typescript-eslint/require-array-sort-compare": "error",
4444
"@typescript-eslint/restrict-plus-operands": "error",
45-
"semi": "off",
46-
"@typescript-eslint/semi": ["error", "always"],
47-
"@typescript-eslint/type-annotation-spacing": "error",
45+
"semi": ["error", "always"],
4846
"@typescript-eslint/unbound-method": "error",
4947
"no-console": "off"
5048
},

0 commit comments

Comments
 (0)