Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 065d914

Browse files
committed
Relax eslint rules
1 parent 61dbd6a commit 065d914

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.eslintrc.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
"prettier/prettier": ["error"],
99
"class-methods-use-this": "off",
1010
"strict": "off",
11-
"no-plusplus": "off"
11+
"no-plusplus": "off",
12+
"linebreak-style": "off",
13+
"no-param-reassign": [
14+
"error",
15+
{
16+
"props": false
17+
}
18+
]
1219
}
1320
}

0 commit comments

Comments
 (0)