Restore eslint config on having one describe
This was actually a good rule in order to have file-level after() hook.
This commit is contained in:
parent
459b675039
commit
22f989ee99
1 changed files with 1 additions and 4 deletions
|
|
@ -95,10 +95,7 @@
|
|||
"no-warning-comments": "off",
|
||||
|
||||
// broken
|
||||
"sort-imports": "off",
|
||||
|
||||
// Would require to needlessly split code into too many files.
|
||||
"mocha/max-top-level-suites": "off"
|
||||
"sort-imports": "off"
|
||||
},
|
||||
"parser": "babel-eslint",
|
||||
"env": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue