Skip to content

Commit 555037c

Browse files
authored
Merge pull request #15 from xJkit/fix/eslint-json-comments
Use js file rather than json eslint
2 parents 4b9a5ff + 41158e1 commit 555037c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.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)