Skip to content

Commit aae7bd1

Browse files
Fix eslint configs and tests
1 parent 1e4b154 commit aae7bd1

File tree

3 files changed

+5938
-6855
lines changed

3 files changed

+5938
-6855
lines changed

.eslintrc

+5-9
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,9 @@
3131
"depth": 3
3232
}
3333
],
34-
"no-unused-vars": "off",
35-
"no-undef": "off",
36-
"react/jsx-no-undef": [
37-
false
38-
],
39-
"react/require-default-props": [
40-
false
41-
]
34+
"no-unused-vars": 0,
35+
"no-undef": 0,
36+
"react/jsx-no-undef": 0,
37+
"react/require-default-props": 0
4238
}
43-
}
39+
}

0 commit comments

Comments
 (0)