]> git.r.bdr.sh - rbdr/sorting-hat-renderer/blobdiff - .eslintrc
Commit everything hastily
[rbdr/sorting-hat-renderer] / .eslintrc
diff --git a/.eslintrc b/.eslintrc
new file mode 100644 (file)
index 0000000..a088ae1
--- /dev/null
+++ b/.eslintrc
@@ -0,0 +1,14 @@
+{
+  "extends": "eslint-config-hapi",
+  "rules": {
+    "indent": [
+      2,
+      2
+    ],
+    "no-undef": 2
+  },
+  "parserOptions": {
+    "sourceType": "module",
+    "ecmaVersion": 8
+  }
+}