diff --git a/.eslintrc.json b/.eslintrc.json index dd036706..8038bc35 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -52,15 +52,15 @@ }, "overrides": [ { - "files": [ "app/assets/js/scripts/*.js" ], - "rules": { - "no-unused-vars": [ - 0 - ], - "no-undef": [ - 0 + "env": { + "browser": true, + "node": false, + "jquery": true + }, + "files": [ + "app/assets/js/scripts/*.js", + "app/assets/js/renderer/*.js" ] - } } - ] + ] } \ No newline at end of file diff --git a/app/app.ejs b/app/app.ejs index 75b5ea28..527959f1 100644 --- a/app/app.ejs +++ b/app/app.ejs @@ -2,8 +2,10 @@