diff --git a/.eslintrc b/.eslintrc.json similarity index 60% rename from .eslintrc rename to .eslintrc.json index 39e5481..d07fd33 100644 --- a/.eslintrc +++ b/.eslintrc.json @@ -2,5 +2,8 @@ "extends": "brightspace/node-config", "rules": { "no-console": 0 + }, + "parserOptions": { + "sourceType": "script" } } diff --git a/.gitignore b/.gitignore index c2658d7..504afef 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules/ +package-lock.json