diff --git a/.eslintrc b/.eslintrc new file mode 100644 index 0000000..ff08fb0 --- /dev/null +++ b/.eslintrc @@ -0,0 +1,15 @@ +{ + "parserOptions": { + "ecmaVersion": 2017 + }, + "env": { + "node": true, + "es6": true + }, + "extends": "eslint:recommended", + "rules": { + "no-unused-vars": 0, + "no-unreachable": 0, + "no-console": 0 + } +} \ No newline at end of file