Skip to content

Commit 4eaa544

Browse files
committed
Enable more strict ESLint rules
1 parent 1bf5d1a commit 4eaa544

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.eslintrc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,8 @@
1515
"function-paren-newline": "off",
1616
"global-require": "off",
1717
"jsx-a11y/label-has-for": ["error", { "required": { "some": ["id", "nesting"] }}],
18-
"max-len": "error",
19-
"no-param-reassign": ["error", { "props": true, "ignorePropertyModificationsFor": ["canvas", "element"] }],
2018
"prefer-destructuring": "warn",
2119
"prefer-spread": "warn",
22-
"react/no-typos": "off",
23-
"react/require-default-props": "off",
24-
"react/sort-comp": "off"
20+
"react/require-default-props": "off"
2521
}
2622
}

0 commit comments

Comments
 (0)