Socket
Socket
Sign inDemoInstall

eslint-config-standard-jsx

Package Overview
Dependencies
Maintainers
11
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-standard-jsx - npm Package Compare versions

Comparing version 10.0.0 to 11.0.0-0

15

eslintrc.json

@@ -28,8 +28,13 @@ {

"react/jsx-closing-tag-location": "error",
"react/jsx-curly-brace-presence": ["error", { "props": "never", "children": "never" }],
"react/jsx-curly-newline": ["error", { "multiline": "consistent", "singleline": "consistent" }],
"react/jsx-curly-brace-presence": ["error", {
"props": "never",
"children": "never"
}],
"react/jsx-curly-newline": ["error", {
"multiline": "consistent",
"singleline": "consistent"
}],
"react/jsx-curly-spacing": ["error", {
"attributes": { "when": "never" },
"children": { "when": "never" },
"allowMultiline": true
"attributes": { "when": "never", "allowMultiline": true },
"children": { "when": "never", "allowMultiline": true }
}],

@@ -36,0 +41,0 @@ "react/jsx-equals-spacing": ["error", "never"],

{
"name": "eslint-config-standard-jsx",
"description": "JavaScript Standard Style JSX support - ESLint Shareable Config",
"version": "10.0.0",
"version": "11.0.0-0",
"author": {

@@ -14,5 +14,7 @@ "name": "Feross Aboukhadijeh",

"devDependencies": {
"eslint": "^7.12.1",
"eslint-plugin-react": "^7.21.5",
"tape": "^5.0.1"
"@types/eslint": "^8.4.1",
"@types/tape": "^4.13.2",
"eslint": "^8.8.0",
"eslint-plugin-react": "^7.28.0",
"tape": "^5.5.0"
},

@@ -50,4 +52,4 @@ "homepage": "https://github.com/standard/eslint-config-standard-jsx",

"peerDependencies": {
"eslint": "^7.12.1",
"eslint-plugin-react": "^7.21.5"
"eslint": "^8.8.0",
"eslint-plugin-react": "^7.28.0"
},

@@ -54,0 +56,0 @@ "repository": {

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