mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-13 18:26:54 +00:00
support ts and js for lint and format commands w/ burnettk cullerton
This commit is contained in:
parent
95442a03cf
commit
625b0dd27f
@ -78,9 +78,9 @@
|
|||||||
"test": "react-scripts test --coverage",
|
"test": "react-scripts test --coverage",
|
||||||
"t": "npm test -- --watchAll=false",
|
"t": "npm test -- --watchAll=false",
|
||||||
"eject": "craco eject",
|
"eject": "craco eject",
|
||||||
"format": "prettier --write src/**/*.js{,x}",
|
"format": "prettier --write src/**/*.[tj]s{,x}",
|
||||||
"lint": "./node_modules/.bin/eslint src *.js",
|
"lint": "./node_modules/.bin/eslint src *.[tj]s{,x}",
|
||||||
"lint:fix": "./node_modules/.bin/eslint --fix src *.js"
|
"lint:fix": "./node_modules/.bin/eslint --fix src *.[tj]s{,x}"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": [
|
"extends": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user