superset/superset-frontend/spec/.eslintrc
David Aaron Suddjian 2913063924 SIP-32: Moving frontend code to the base of the repo (#9098)
* move assets out, get webpack dev working

* update docs to reference superset-frontend

* draw the rest of the owl

* fix docs

* fix webpack script

* rats

* correct docs

* fix tox dox
2020-02-09 17:53:56 -08:00

16 lines
318 B
Plaintext

{
"plugins": [
"jest",
"no-only-tests"
],
"env": {
"jest/globals": true
},
"extends": ["plugin:jest/recommended"],
"rules": {
"import/no-extraneous-dependencies": ["error", {"devDependencies": true}],
"jest/consistent-test-it": "error",
"no-only-tests/no-only-tests": "error"
}
}