]> git.r.bdr.sh - rbdr/blog/blobdiff - .eslintrc
Escape ampersand in titles
[rbdr/blog] / .eslintrc
index 0a1dc80f7286fdba6aa4c64b9527fa411aba5fba..4c16d62ebe3f0accebd1cfc26c625e2dfa49b017 100644 (file)
--- a/.eslintrc
+++ b/.eslintrc
@@ -1,14 +1,6 @@
 {
-  "extends": "eslint-config-hapi",
+  "plugins": ["hapi"],
   "parserOptions": {
-    "ecmaVersion": 2017
-  },
-  "rules": {
-    "indent": [
-      2,
-      2
-    ],
-    "no-undef": 2,
-    "require-yield": 0
+    "ecmaVersion": 2020
   }
 }