diff --git a/.eslintrc.json b/.eslintrc.json index 67ba0ef..aa9c5b9 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -4,7 +4,11 @@ "commonjs": true, "es6": true }, + "extends": "eslint:recommended", "rules": { + "no-console": "warn", + "no-unused-vars": "off", + "semi": "error", "indent": ["error", 2, { "VariableDeclarator": { "var": 2,