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 765fcbe commit 5eb82ebCopy full SHA for 5eb82eb
.eslintrc
@@ -1,15 +1,8 @@
1
{
2
"extends": [
3
- "equimper",
4
- "prettier"
+ "anf",
5
],
6
"rules": {
7
- "react/sort-comp": 0,
8
- "react/no-multi-comp": 0
9
- },
10
- "globals": {
11
- "ReactElement": false,
12
- "ReactClass": false,
13
- "jest": false
+ "react/prop-types": 0
14
}
15
package.json
@@ -48,7 +48,7 @@
48
"babel-preset-react-native": "^3.0.1",
49
"chalk": "^2.1.0",
50
"eslint": "^4.5.0",
51
- "eslint-config-equimper": "^2.2.1",
+ "eslint-config-anf": "^0.5.2",
52
"eslint-config-prettier": "^2.3.0",
53
"flow-bin": "^0.53.1",
54
"glob": "^7.1.2",
0 commit comments