Skip to content

Commit

Permalink
Adjust eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Feb 7, 2025
1 parent 886c114 commit e6f0084
Show file tree
Hide file tree
Showing 6 changed files with 494 additions and 390 deletions.
6 changes: 2 additions & 4 deletions azdo-task/DevcontainersCi/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"camelcase": "off",
"@typescript-eslint/consistent-type-assertions": "error",
"@typescript-eslint/explicit-function-return-type": ["error", {"allowExpressions": true}],
"@typescript-eslint/func-call-spacing": ["error", "never"],
"func-call-spacing": ["error", "never"],
"@typescript-eslint/no-array-constructor": "error",
"@typescript-eslint/no-empty-interface": "error",
"@typescript-eslint/no-explicit-any": "off",
Expand All @@ -42,9 +42,7 @@
"@typescript-eslint/promise-function-async": "error",
"@typescript-eslint/require-array-sort-compare": "error",
"@typescript-eslint/restrict-plus-operands": "error",
"semi": "off",
"@typescript-eslint/semi": ["error", "always"],
"@typescript-eslint/type-annotation-spacing": "error",
"semi": ["error", "always"],
"@typescript-eslint/unbound-method": "error",
"no-console": "off"
},
Expand Down
Loading

0 comments on commit e6f0084

Please sign in to comment.