Skip to content

Commit

Permalink
fix(rn): babel + eslint clean config
Browse files Browse the repository at this point in the history
  • Loading branch information
90dy committed Aug 21, 2018
1 parent e4d39ce commit e327bfe
Show file tree
Hide file tree
Showing 5 changed files with 879 additions and 1,372 deletions.
5 changes: 5 additions & 0 deletions client/react-native/.eslintrc
Expand Up @@ -30,5 +30,10 @@
"class-methods-use-this": "off",
"typescript/no-use-before-define": "off",
"require-jsdoc": "off",
},
"settings": {
"react": {
"version": "16.4.1"
}
}
}
8 changes: 8 additions & 0 deletions client/react-native/package.json
Expand Up @@ -10,14 +10,22 @@
},
"devDependencies": {
"@babel/core": "7.0.0-beta.47",
"@babel/runtime": "7.0.0-beta.47",
"babel-eslint": "8.2.3",
"babel-loader": "8.0.0-beta.0",
"babel-preset-react-app": "4.0.0-next.3e165448",
"babel-preset-react-native": "^5.0.2",
"babel-plugin-named-asset-import": "1.0.0-next.3e165448",
"babel-plugin-react-native-web": "^0.8.9",
"eslint": "^5.2.0",
"eslint-config-react-app": "3.0.0-next.3e165448",
"eslint-config-prettier": "^2.9.0",
"eslint-config-prettier-standard": "^2.0.0",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-react": "^6.0.0",
"eslint-config-typescript": "^1.1.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-flowtype": "2.46.3",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-node": "^7.0.1",
Expand Down
18 changes: 0 additions & 18 deletions client/react-native/web/package.json
Expand Up @@ -8,29 +8,14 @@
"test": "node scripts/test.js --env=jsdom"
},
"dependencies": {
"@babel/core": "7.0.0-beta.46",
"@babel/runtime": "7.0.0-beta.46",
"autoprefixer": "8.5.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "8.2.3",
"babel-jest": "22.4.3",
"babel-loader": "8.0.0-beta.0",
"babel-plugin-named-asset-import": "1.0.0-next.3e165448",
"babel-plugin-react-native-web": "^0.8.9",
"babel-preset-react-app": "4.0.0-next.3e165448",
"bfj": "5.2.0",
"case-sensitive-paths-webpack-plugin": "2.1.2",
"chalk": "2.4.1",
"css-loader": "0.28.11",
"dotenv": "5.0.1",
"dotenv-expand": "4.2.0",
"eslint": "4.19.1",
"eslint-config-react-app": "3.0.0-next.3e165448",
"eslint-loader": "2.0.0",
"eslint-plugin-flowtype": "2.46.3",
"eslint-plugin-import": "2.11.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.8.2",
"file-loader": "1.1.11",
"fs-extra": "5.0.0",
"graphql": "0.13.2",
Expand All @@ -46,10 +31,7 @@
"postcss-loader": "2.1.5",
"promise": "8.0.1",
"raf": "3.4.0",
"react": "^16.4.2",
"react-dev-utils": "6.0.0-next.3e165448",
"react-dom": "^16.4.2",
"react-native-web": "^0.8.9",
"resolve": "1.6.0",
"sass-loader": "7.0.1",
"style-loader": "0.21.0",
Expand Down

0 comments on commit e327bfe

Please sign in to comment.