]> git.r.bdr.sh - rbdr/tomato-sauce/blobdiff - .eslintrc
Update code and dpendencies
[rbdr/tomato-sauce] / .eslintrc
index f91f59218211780721f1612dd74eddbf20683d17..076e032a09bf6145a62677a9945ec456709b974b 100644 (file)
--- a/.eslintrc
+++ b/.eslintrc
@@ -1,11 +1,8 @@
 {
 {
-  "extends": "eslint-config-hapi",
-  "rules": {
-    "indent": [
-      2,
-      2
-    ],
-    "no-undef": 2,
-    "require-yield": 0
+  "extends": [
+    "plugin:@hapi/recommended"
+  ],
+  "parserOptions": {
+    "ecmaVersion": 2020
   }
 }
   }
 }