Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
put eslint back
Browse files Browse the repository at this point in the history
  • Loading branch information
redreceipt committed Jul 22, 2021
1 parent db56c96 commit a8fb4eb
Show file tree
Hide file tree
Showing 3 changed files with 456 additions and 193 deletions.
7 changes: 4 additions & 3 deletions apolloschurchapp/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
root: true,
extends: "@react-native-community",
};
extends: [
'@apollosproject/eslint-config/client',
],
}
16 changes: 15 additions & 1 deletion apolloschurchapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,22 +113,36 @@
"yup": "0.26.6"
},
"devDependencies": {
"@apollosproject/eslint-config": "^2.27.2",
"@babel/core": "^7.14.6",
"@babel/runtime": "^7.14.6",
"@bam.tech/react-native-make": "^3.0.0",
"@carimus/metro-symlinked-deps": "^1.1.0",
"@react-native-community/eslint-config": "^3.0.0",
"@react-native-community/eslint-config": "^2.0.0",
"@react-native-community/eslint-plugin": "^1.1.0",
"babel-eslint": "10.0.1",
"babel-jest": "^27.0.2",
"babel-plugin-module-resolver": "^4.0.0",
"codecov": "3.7.2",
"eslint": "^7.28.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-import-resolver-babel-module": "^5.0.0-beta.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jest": "^21.15.2",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-react-hooks": "^4.0.2",
"eslint-plugin-react-native": "^3.2.1",
"get-dev-paths": "^0.1.0",
"graphql-import": "^0.7.1",
"jest": "^27.0.4",
"jetifier": "^1.6.4",
"metro-react-native-babel-preset": "^0.66.0",
"nodemon": "1.18.7",
"prettier": "1.14.2",
"prop-types": "15.6.1",
"react-native-storybook-loader": "1.8.0",
"react-test-renderer": "17.0.1",
Expand Down
Loading

0 comments on commit a8fb4eb

Please sign in to comment.