Skip to content

Commit 13c9e18

Browse files
committed
fix lint
1 parent 20120f0 commit 13c9e18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"react/default-props-match-prop-types": 0,
2525
"jsx-a11y/label-has-for": 0,
2626
"no-mixed-operators": 0,
27-
"import/no-cycle": 0
27+
"import/no-cycle": 0,
28+
"import/extensions": 0
2829
},
2930
"env": {
3031
"node": true,

0 commit comments

Comments
 (0)