aboutsummaryrefslogtreecommitdiffstats
path: root/webui/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'webui/package.json')
-rw-r--r--webui/package.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/webui/package.json b/webui/package.json
index 54deb684..58f90dee 100644
--- a/webui/package.json
+++ b/webui/package.json
@@ -15,11 +15,17 @@
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4"
},
+ "devDependencies": {
+ "eslint-config-prettier": "^3.0.1",
+ "eslint-plugin-prettier": "^2.6.2",
+ "prettier": "1.14.2"
+ },
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
- "eject": "react-scripts eject"
+ "eject": "react-scripts eject",
+ "lint": "eslint src/"
},
"proxy": "http://localhost:3001"
}