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