@eduzz/eslint-config
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "@eduzz/eslint-config", | ||
"private": false, | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "eduzz", |
@@ -0,1 +1,2 @@ | ||
const configReactNative = require('./configs/react-native'); | ||
const { configs } = require('./react'); | ||
@@ -10,15 +11,3 @@ const { fixupPluginRules } = require('@eslint/compat'); | ||
/** @type import('eslint').Linter.FlatConfig[] */ | ||
configs: [ | ||
...configs, | ||
{ | ||
name: '@eduzz/eslint-config-react-native', | ||
plugins: { | ||
'react-native': fixupPluginRules(pluginReactNative) | ||
}, | ||
rules: { | ||
'react-native/no-inline-styles': ['warn'], | ||
'react-native/no-unused-styles': ['error'] | ||
} | ||
} | ||
] | ||
configs: [...configs, configReactNative] | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12368
12
262