diff --git a/.eslintrc b/.eslintrc index 02dafaa06..04c3f24ae 100644 --- a/.eslintrc +++ b/.eslintrc @@ -2,5 +2,8 @@ "env": { "es6": true, "node": true + }, + "ecmaFeatures": { + "modules": true } } \ No newline at end of file diff --git a/package.json b/package.json index 4c855d0dc..3d3d331a6 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A way to interface with the Discord API", "main": "./entrypoint.js", "scripts": { - "test": "eslint *.js lib test && node test/lib-test.js" + "test": "eslint *.js src test && node test/lib-test.js" }, "repository": { "type": "git",