mirror of
https://github.com/skooner-k8s/skooner.git
synced 2026-08-24 04:16:18 +00:00
Adding npm command to run linting
This commit is contained in:
+2
-1
@@ -30,7 +30,8 @@
|
||||
"start": "PORT=4653 react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
"eject": "react-scripts eject",
|
||||
"lint": "tsc --noEmit && eslint 'src/**/*.{js,jsx,ts,tsx}' --fix"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "react-app"
|
||||
|
||||
Reference in New Issue
Block a user