mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-11-03 12:18:08 +00:00
added eslint command
This commit is contained in:
@@ -12,7 +12,8 @@
|
|||||||
"start": "cross-env NODE_ENV=development webpack-dev-server",
|
"start": "cross-env NODE_ENV=development webpack-dev-server",
|
||||||
"build": "webpack --mode=production",
|
"build": "webpack --mode=production",
|
||||||
"format": "prettier --write \"app/**/*.js\"",
|
"format": "prettier --write \"app/**/*.js\"",
|
||||||
"eslint-fix": "eslint --fix \"app/**/*.js\""
|
"eslint-fix": "eslint --fix \"app/**/*.js\"",
|
||||||
|
"eslint": "eslint \"app/**/*.js\" --max-warnings=0"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user