Skip to content

Commit d3f63db

Browse files
committed
Remove few unnecessary lines in eslint config
1 parent 39abc0d commit d3f63db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.eslintrc.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ module.exports = {
7272
rules: {
7373
"arrow-body-style": "error",
7474
curly: ["error", "multi-line"],
75-
"default-case": "off",
7675
eqeqeq: ["error", "always", { null: "ignore" }],
77-
"guard-for-in": "off",
7876
"id-match": "error",
7977
"no-caller": "error",
8078
"no-cond-assign": "error",
@@ -100,7 +98,6 @@ module.exports = {
10098
...typescriptBase,
10199
"@typescript-eslint/array-type": ["error", { default: "array-simple" }],
102100
"@typescript-eslint/ban-types": ["error", { types: { null: null } }],
103-
// "@typescript-eslint/explicit-function-return-type": ["error", { allowExpressions: true }],
104101
"@typescript-eslint/no-namespace": ["error", { allowDeclarations: true }],
105102
"@typescript-eslint/no-require-imports": "off",
106103
"@typescript-eslint/no-unnecessary-condition": "off",

0 commit comments

Comments
 (0)