mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 19:07:15 +08:00
feat(babel6): 1,393 linter errors
This commit is contained in:
parent
c516f6f4af
commit
6259332a11
3 changed files with 11 additions and 8 deletions
|
@ -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"]}}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue