diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..4625740 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,4 @@ +bower_components +browser +coverage +node_modules diff --git a/.eslintrc b/.eslintrc index fe79d4e..0d90853 100644 --- a/.eslintrc +++ b/.eslintrc @@ -6,6 +6,7 @@ --- env: node: true + es6: true rules: array-bracket-spacing: [2, "never"] diff --git a/package.json b/package.json index 7cd492e..76027d5 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Utility that provides a single API for loading the content of a path/URL.", "main": "index.js", "scripts": { - "test": "./node_modules/gulp/bin/gulp.js" + "test": "gulp" }, "author": { "name": "Jeremy Whitlock",