Conform to new typescript eslint rules
This commit is contained in:
parent
9d56b56116
commit
e136afe2eb
4 changed files with 52 additions and 51 deletions
|
@ -49,6 +49,7 @@
|
|||
"start:js": "webpack-dev-server --host=0.0.0.0 --output-filename=bundles/_dev_/[name].js --output-chunk-filename=bundles/_dev_/[name].js -w --progress --mode development --disable-host-check",
|
||||
"lint": "yarn lint:types && yarn lint:js && yarn lint:style",
|
||||
"lint:js": "eslint src",
|
||||
"lint:js-fix": "eslint --fix src",
|
||||
"lint:types": "tsc --noEmit --jsx react",
|
||||
"lint:style": "stylelint 'res/css/**/*.scss'",
|
||||
"test": "jest"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue