Skip to content

Commit 082feea

Browse files
committed
eslint - Relax rules a notch
1 parent d544b28 commit 082feea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ module.exports = {
1919
"no-underscore-dangle": 0, // implementation detail (_highlights etc.)
2020
"no-unused-expressions": 0, // chai
2121
"no-use-before-define": 0, // personal preference
22+
"no-param-reassign": 0, // relaxed to allow customization
2223
"react/forbid-prop-types": 0, // TODO: re-enable this later
2324
"react/sort-comp": 0, // personal preference
2425
"react/no-multi-comp": 0, // personal preference

0 commit comments

Comments
 (0)