superset/superset-frontend/tslint.json
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

15 lines
309 B
JSON

{
"extends": ["tslint:recommended", "tslint-react"],
"jsRules": {
"no-console": false
},
"rules": {
"interface-name": [true, "never-prefix"],
"quotemark": [true, "single"],
"jsx-no-multiline-js": false,
"jsx-no-lambda": false,
"no-console": false
},
"rulesDirectory": []
}