@ghettoddos/eslint-config 1.8.1 → 1.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1179,11 +1179,13 @@ async function reactNative(options = {}) {
|
|
|
1179
1179
|
},
|
|
1180
1180
|
name: "react-native/rules",
|
|
1181
1181
|
rules: {
|
|
1182
|
+
"node/prefer-global/process": "off",
|
|
1182
1183
|
"react-native-community/no-inline-styles": "warn",
|
|
1183
1184
|
"react-native-community/no-raw-text": "warn",
|
|
1184
1185
|
"react-native-community/no-single-element-style-arrays": "warn",
|
|
1185
1186
|
"react-native-community/no-unused-styles": "warn",
|
|
1186
1187
|
"react-native/no-deep-imports": "error",
|
|
1188
|
+
"ts/no-require-imports": "off",
|
|
1187
1189
|
...expo ? {
|
|
1188
1190
|
"expo/no-dynamic-env-var": "error",
|
|
1189
1191
|
"expo/no-env-var-destructuring": "error"
|
package/package.json
CHANGED