From 6259332a11b2db2a025d6c5c75de43a46d8df76a Mon Sep 17 00:00:00 2001 From: Evan Morikawa Date: Fri, 6 May 2016 10:59:59 -0700 Subject: [PATCH] feat(babel6): 1,393 linter errors --- build/config/eslint.json | 3 +++ build/package.json | 12 ++++++------ package.json | 4 ++-- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/build/config/eslint.json b/build/config/eslint.json index 499171592..9e03b9634 100644 --- a/build/config/eslint.json +++ b/build/config/eslint.json @@ -32,5 +32,8 @@ "react/no-multi-comp": "off", "react/prop-types": ["error", {"ignore": ["children"]}], "react/sort-comp": "error" + }, + "settings": { + "import/resolver": {"node": {"extensions": [".es6", ".coffee"]}} } } diff --git a/build/package.json b/build/package.json index 7eb0e2772..00cd8d913 100644 --- a/build/package.json +++ b/build/package.json @@ -8,18 +8,18 @@ "dependencies": { "asar": "^0.10", "async": "~0.2.9", - "babel-eslint": "6.x.x", + "babel-eslint": "6.0.4", "bluebird": "^3.0", "chalk": "1.x.x", "coffee-react-transform": "^3.1.0", "coffeelint-cjsx": "^2.0", "donna": "1.0.10", "escope": "3.3.0", - "eslint": "2.x.x", - "eslint-config-airbnb": "8.x.x", - "eslint-plugin-import": "1.x.x", - "eslint-plugin-jsx-a11y": "1.x.x", - "eslint-plugin-react": "5.x.x", + "eslint": "2.9.0", + "eslint-config-airbnb": "8.0.0", + "eslint-plugin-import": "1.7.0", + "eslint-plugin-jsx-a11y": "1.0.4", + "eslint-plugin-react": "5.0.1", "fs-plus": "2.x", "github-releases": "~0.3.0", "grunt": "~0.4.1", diff --git a/package.json b/package.json index 71ebd7251..898872490 100644 --- a/package.json +++ b/package.json @@ -14,10 +14,10 @@ "electronVersion": "0.37.8", "dependencies": { "async": "^0.9", - "babel-core": "6.8.x", + "babel-core": "6.8.0", "babel-preset-electron": "file:///Users/evanmorikawa/Code/babel-preset-electron", "babel-preset-react": "6.5.0", - "babel-regenerator-runtime": "6.5.x", + "babel-regenerator-runtime": "6.5.0", "bluebird": "^2.9", "chrono-node": "^1.1.2", "classnames": "1.2.1",