Socket
Socket
Sign inDemoInstall

eslint-config-xo

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-xo - npm Package Compare versions

Comparing version 0.40.0 to 0.41.0

6

index.js

@@ -329,3 +329,6 @@ 'use strict';

],
'jsx-quotes': 'error',
'jsx-quotes': [
'error',
'prefer-single',
],
'key-spacing': [

@@ -530,2 +533,3 @@ 'error',

'no-const-assign': 'error',
'no-constant-binary-expression': 'error',
'no-dupe-class-members': 'error',

@@ -532,0 +536,0 @@ 'no-new-symbol': 'error',

6

package.json
{
"name": "eslint-config-xo",
"version": "0.40.0",
"version": "0.41.0",
"description": "ESLint shareable config for XO",

@@ -56,8 +56,8 @@ "license": "MIT",

"ava": "^2.4.0",
"eslint": "^8.6.0",
"eslint": "^8.14.0",
"is-plain-obj": "^3.0.0"
},
"peerDependencies": {
"eslint": ">=8.6.0"
"eslint": ">=8.14.0"
}
}
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