Skip to content

Commit ea971a3

Browse files
approve a proposal
1 parent 935513c commit ea971a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/eslint-config-custom/react.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ module.exports = {
2626
rules: {
2727
'no-console': 2,
2828
eqeqeq: 2,
29+
"no-unused-vars": 2,
30+
"no-var": 2,
31+
"prefer-const": 2,
32+
"no-eval": 2,
33+
"no-magic-numbers": 2,
2934
"unicorn/filename-case": [2, { case: "kebabCase" }],
3035
"react/jsx-filename-extension": [2, { extensions: [".tsx"] }],
3136
// Best practices for writing efficient JavaScript code

0 commit comments

Comments
 (0)