Skip to content

Commit 41158e1

Browse files
committed
Change eslintrc to json and remove comments
1 parent ec6e178 commit 41158e1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.eslintrc.js renamed to .eslintrc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,8 @@
1515
"allowImportExportEverywhere": true
1616
},
1717
"rules": {
18-
// don't force es6 functions to include space before paren
1918
"space-before-function-paren": 0,
20-
21-
// allow specifying true explicitly for boolean props
2219
"react/jsx-boolean-value": 0,
23-
24-
// allow imports mixed with non-import statements at top of file
2520
"import/first": 0
2621
}
2722
}

0 commit comments

Comments
 (0)