mirror of
https://github.com/sartography/spiffworkflow-frontend.git
synced 2025-02-24 12:18:17 +00:00
run eslint in ci as well w/ burnettk
This commit is contained in:
parent
d3ae6a7cd0
commit
7c7db5db6f
@ -37,7 +37,8 @@
|
|||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"eject": "craco eject",
|
"eject": "craco eject",
|
||||||
"format": "prettier --write src/**/*.ts{,x}",
|
"format": "prettier --write src/**/*.ts{,x}",
|
||||||
"lint": "eslint --fix src/**/*.js{,x}"
|
"lint": "eslint src/**/*.js{,x}",
|
||||||
|
"lint:fix": "eslint --fix src/**/*.js{,x}"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": [
|
"extends": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user