Remove unnecessary eslint rule
This commit is contained in:
parent
87e66deb31
commit
d612adeefc
1 changed files with 4 additions and 1 deletions
|
|
@ -95,7 +95,10 @@
|
|||
"no-warning-comments": "off",
|
||||
|
||||
// broken
|
||||
"sort-imports": "off"
|
||||
"sort-imports": "off",
|
||||
|
||||
// Would require to needlessly split code into too many files.
|
||||
"mocha/max-top-level-suites": "off"
|
||||
},
|
||||
"parser": "babel-eslint",
|
||||
"env": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue