summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
authorAlan Pearce2017-06-29 00:42:42 +0200
committerAlan Pearce2017-06-29 00:42:42 +0200
commit36f5609c814a361214a755ebe57633f75bc4920a (patch)
tree85c4e329622d712e3bff60b980b681ff75e0b0ae /package.json
parent18eeadd14e4ab99f75167f1c97776b57e05bcb74 (diff)
downloadhomestead-36f5609c814a361214a755ebe57633f75bc4920a.tar.lz
homestead-36f5609c814a361214a755ebe57633f75bc4920a.tar.zst
homestead-36f5609c814a361214a755ebe57633f75bc4920a.zip
chore: Setup eslint directly for better editor integration
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json
index 4c17cbe..e64409a 100644
--- a/package.json
+++ b/package.json
@@ -22,6 +22,12 @@
   "devDependencies": {
     "auto-install": "^1.7.4",
     "ava": "^0.19.1",
+    "eslint": "^4.1.1",
+    "eslint-config-prettier": "^2.2.0",
+    "eslint-config-standard": "^10.2.1",
+    "eslint-plugin-ava": "^4.2.1",
+    "eslint-plugin-prettier": "^2.1.2",
+    "eslint-plugin-standard": "^3.0.1",
     "husky": "^0.13.4",
     "lint-staged": "^3.6.1",
     "prettier-standard": "^5.1.0",