mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-04 14:14:11 +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",
|
||||
"t": "npm test -- --watchAll=false",
|
||||
"eject": "craco eject",
|
||||
"format": "prettier --write src/**/*.js{,x}",
|
||||
"lint": "./node_modules/.bin/eslint src *.js",
|
||||
"lint:fix": "./node_modules/.bin/eslint --fix src *.js"
|
||||
"format": "prettier --write src/**/*.[tj]s{,x}",
|
||||
"lint": "./node_modules/.bin/eslint src *.[tj]s{,x}",
|
||||
"lint:fix": "./node_modules/.bin/eslint --fix src *.[tj]s{,x}"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user