aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
new file mode 100644
index 0000000..dc5f460
--- /dev/null
+++ b/.eslintrc
@@ -0,0 +1,13 @@
+{
+ "extends": "eslint-config-hapi",
+ "rules": {
+ "indent": [
+ 2,
+ 2
+ ],
+ "no-undef": 2
+ },
+ "parserOptions": {
+ "ecmaVersion": 8
+ }
+}