@ghettoddos/eslint-config 1.8.0 → 1.8.2

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1180,15 +1180,14 @@ async function reactNative(options = {}) {
1180
1180
  name: "react-native/rules",
1181
1181
  rules: {
1182
1182
  "react-native-community/no-inline-styles": "warn",
1183
+ "react-native-community/no-raw-text": "warn",
1183
1184
  "react-native-community/no-single-element-style-arrays": "warn",
1184
1185
  "react-native-community/no-unused-styles": "warn",
1185
1186
  "react-native/no-deep-imports": "error",
1186
- "react-native/no-raw-text": "warn",
1187
+ "ts/no-require-imports": "off",
1187
1188
  ...expo ? {
1188
1189
  "expo/no-dynamic-env-var": "error",
1189
- "expo/no-env-var-destructuring": "error",
1190
- "expo/prefer-box-shadow": "warn",
1191
- "expo/use-dom-exports": "error"
1190
+ "expo/no-env-var-destructuring": "error"
1192
1191
  } : {},
1193
1192
  ...overrides
1194
1193
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ghettoddos/eslint-config",
3
3
  "type": "module",
4
- "version": "1.8.0",
4
+ "version": "1.8.2",
5
5
  "description": "ghettoDdOS ESLint config",
6
6
  "author": "ghettoDdOS <pen.egor2002@gamil.com> (https://github.com/ghettoDdOS/)",
7
7
  "license": "MIT",