diff --git a/dot/.eslintrc.json b/dot/.eslintrc.json index 23a3564..92a651c 100644 --- a/dot/.eslintrc.json +++ b/dot/.eslintrc.json @@ -7,7 +7,12 @@ "rules": { "comma-dangle": [2, "never"], "spaced-comment": "off", - "quotes": ["error", "double"], + "quotes": "off", + "indent": "off", + "func-names": "off", + "no-console": "off", + "no-plusplus": "off", + "wrap-iife": ["error", "any"], "react/jsx-filename-extension": "off" } }