aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.eslintignore1
-rw-r--r--.eslintrc16
-rw-r--r--.htmlhintrc0
3 files changed, 17 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore
new file mode 100644
index 0000000..7e2f179
--- /dev/null
+++ b/.eslintignore
@@ -0,0 +1 @@
+assets
diff --git a/.eslintrc b/.eslintrc
new file mode 100644
index 0000000..68bd8d3
--- /dev/null
+++ b/.eslintrc
@@ -0,0 +1,16 @@
+{
+ "extends": [
+ "eslint-config-hapi"
+ ],
+ "rules": {
+ "indent": [
+ 2,
+ 2
+ ],
+ "no-undef": 2,
+ "require-yield": 0
+ },
+ "parserOptions": {
+ "sourceType": "module"
+ }
+}
diff --git a/.htmlhintrc b/.htmlhintrc
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/.htmlhintrc