summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-03-15 18:31:01 -0500
committerMike Greiling <mike@pixelcog.com>2017-03-15 18:31:01 -0500
commit95d38ac9f97e80a26aac8026a4d38a54fbdc98e8 (patch)
tree26a92aae77b23933626af819a4363552b0e1b824 /package.json
parent68e40bd49fde7b790bb31b9ac85a249bedd817d2 (diff)
downloadgitlab-ce-95d38ac9f97e80a26aac8026a4d38a54fbdc98e8.tar.gz
remove all references to the .es6 in our config files and documentationremove-es6-extension-configuration
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/package.json b/package.json
index 9652dd8f972..1048e29d0ac 100644
--- a/package.json
+++ b/package.json
@@ -2,9 +2,9 @@
"private": true,
"scripts": {
"dev-server": "webpack-dev-server --config config/webpack.config.js",
- "eslint": "eslint --max-warnings 0 --ext .js,.js.es6 .",
- "eslint-fix": "eslint --max-warnings 0 --ext .js,.js.es6 --fix .",
- "eslint-report": "eslint --max-warnings 0 --ext .js,.js.es6 --format html --output-file ./eslint-report.html .",
+ "eslint": "eslint --max-warnings 0 --ext .js .",
+ "eslint-fix": "eslint --max-warnings 0 --ext .js --fix .",
+ "eslint-report": "eslint --max-warnings 0 --ext .js --format html --output-file ./eslint-report.html .",
"karma": "karma start config/karma.config.js --single-run",
"karma-start": "karma start config/karma.config.js",
"webpack": "webpack --config config/webpack.config.js",
@@ -62,7 +62,6 @@
"exclude": [
"spec/javascripts/test_bundle.js",
"spec/javascripts/**/*_spec.js",
- "spec/javascripts/**/*_spec.js.es6",
"app/assets/javascripts/droplab/**/*"
]
}