Socket
Socket
Sign inDemoInstall

eslint-config-xo

Package Overview
Dependencies
89
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.42.0 to 0.43.0

17

index.js

@@ -41,2 +41,3 @@ 'use strict';

],
'no-empty-static-block': 'error',
'no-ex-assign': 'error',

@@ -197,3 +198,8 @@ 'no-extra-boolean-cast': 'error',

],
'prefer-regex-literals': 'error',
'prefer-regex-literals': [
'error',
{
disallowRedundantWrapping: true,
},
],
radix: 'error',

@@ -356,2 +362,9 @@

],
'logical-assignment-operators': [
'error',
'always',
{
enforceForIfStatements: true,
},
],
'max-depth': 'warn',

@@ -537,3 +550,3 @@ 'max-nested-callbacks': [

'no-dupe-class-members': 'error',
'no-new-symbol': 'error',
'no-new-native-nonconstructor': 'error',
'no-this-before-super': 'error',

@@ -540,0 +553,0 @@ 'no-useless-computed-key': [

6

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

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

"ava": "^2.4.0",
"eslint": "^8.14.0",
"eslint": "^8.27.0",
"is-plain-obj": "^3.0.0"
},
"peerDependencies": {
"eslint": ">=8.14.0"
"eslint": ">=8.27.0"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc