We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83cc981 commit b331131Copy full SHA for b331131
.eslintrc.js
@@ -0,0 +1,8 @@
1
+// all rules details check: https://github.com/wcandillon/eslint-config-react-native-wcandillon/blob/master/index.js
2
+module.exports = {
3
+ extends: 'react-native-wcandillon',
4
+ rules: {
5
+ 'react-native/no-color-literals': 0,
6
+ 'import/no-extraneous-dependencies': 2,
7
+ },
8
+}
package.json
@@ -23,6 +23,8 @@
23
},
24
"devDependencies": {
25
"babel-preset-expo": "^5.0.0",
26
+ "eslint": "^5.16.0",
27
+ "eslint-config-react-native-wcandillon": "^1.2.4",
28
"jest-expo": "^33.0.0"
29
30
"private": true
0 commit comments