aboutsummaryrefslogtreecommitdiffstats
path: root/webui/package.json
diff options
context:
space:
mode:
authorQuentin Gliech <quentingliech@gmail.com>2018-08-18 17:00:53 -0400
committerSandhose <quentingliech@gmail.com>2018-08-19 23:14:45 +0200
commitbb4ebed08c3f1b1a7ba9968ede75a07f1705d2df (patch)
treedd6998679330f1814001011c339ba7ee1da876d9 /webui/package.json
parent8575abf285d1dd71990b619fbdf3cd44dbc48e75 (diff)
downloadgit-bug-bb4ebed08c3f1b1a7ba9968ede75a07f1705d2df.tar.gz
webui: Format everything with prettier
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"
}