Skip to content

Commit 3f7799e

Browse files
committed
v3.5.0-rc.1
1 parent e616c27 commit 3f7799e

File tree

6 files changed

+61957
-31722
lines changed

6 files changed

+61957
-31722
lines changed

.eslintrc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
{
2-
"extends": ["aroundus/prettier", "react-native"],
2+
"extends": ["aroundus/prettier", "react-native", "plugin:react-native/all"],
33
"plugins": ["react-native"],
44
"rules": {
55
"class-methods-use-this": "off",
66
"import/namespace": "off",
77
"import/no-namespace": "off",
88
"react-native/no-color-literals": "off"
9+
},
10+
"settings": {
11+
"react": {
12+
"version": "detect"
13+
}
914
}
1015
}

0 commit comments

Comments
 (0)