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:
Daniel Lugo 2021-12-16 09:48:36 -04:00
parent 459b675039
commit 22f989ee99

View file

@ -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": {