Skip to content
Snippets Groups Projects
Commit ea5a22d4 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Add npm script for linting

parent 5ec13e31
No related branches found
No related tags found
2 merge requests!16WIP: Feat React frontend,!3Feat update ui
......@@ -27,7 +27,8 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"lint": "eslint src"
},
"eslintConfig": {
"extends": "react-app"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment