|
@@ -22,7 +22,7 @@
|
|
|
"format:fix": "prettier --write src/",
|
|
|
"lint": "eslint --report-unused-disable-directives 'src/**/*.js{,x}'",
|
|
|
"lint:fix": "yarn lint --fix",
|
|
|
- "check": "yarn format && yarn lint",
|
|
|
+ "validate": "yarn format && yarn lint",
|
|
|
"fix": "yarn format:fix && yarn lint:fix",
|
|
|
"test": "react-scripts test",
|
|
|
"test:ci": "CI=true yarn test",
|