aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2019-12-22 09:09:21 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2019-12-22 10:48:23 +0900
commit125710b4355741e56ae39990228e94707a6e5d99 (patch)
treef9151902a82875783233ca88347dc733f9c0fc71 /package.json
parentb2dcdedad729ff7087867da50e20578f9fc8fb29 (diff)
Install prettier and presets
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json
index 0725795..0732071 100644
--- a/package.json
+++ b/package.json
@@ -43,7 +43,10 @@
"chai": "^4.2.0",
"css-loader": "^3.2.0",
"eslint": "^6.2.2",
+ "eslint-config-prettier": "^6.7.0",
+ "eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.14.3",
+ "eslint-plugin-standard": "^4.0.1",
"express": "^4.17.1",
"html-webpack-plugin": "^3.2.0",
"jsonwebtoken": "^8.5.1",
@@ -59,6 +62,8 @@
"lanthan": "0.0.2",
"mocha": "^6.2.0",
"node-sass": "^4.13.0",
+ "prettier": "^1.19.1",
+ "prettier-eslint": "^9.0.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-redux": "^7.1.1",