Socket
Socket
Sign inDemoInstall

@eduzz/eslint-config

Package Overview
Dependencies
Maintainers
6
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eduzz/eslint-config - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

configs/react-native.js

2

package.json
{
"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]
};
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc