Add lint script to UI project
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"lint": "eslint -c node_modules/eslint-config-react-app/index.js src/**/*.js",
|
||||
"eject": "react-scripts eject",
|
||||
"prettier": "prettier --write src/*.js src/**/*.js",
|
||||
"check-formatting": "prettier -c src/*.js src/**/*.js"
|
||||
|
||||
Reference in New Issue
Block a user