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.33.1 to 0.34.0

9

index.js

@@ -72,2 +72,9 @@ 'use strict';

'no-unsafe-negation': 'error',
'no-unsafe-optional-chaining': [
'error',
{
disallowArithmeticOperators: true
}
],
'no-useless-backreference': 'error',
'use-isnan': 'error',

@@ -97,2 +104,3 @@ 'valid-typeof': [

'default-case': 'error',
'default-case-last': 'error',
'default-param-last': 'error',

@@ -139,2 +147,3 @@ 'dot-notation': 'error',

'no-new-wrappers': 'error',
'no-nonoctal-decimal-escape': 'error',
'no-new': 'error',

@@ -141,0 +150,0 @@ 'no-octal-escape': 'error',

8

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

@@ -54,7 +54,7 @@ "license": "MIT",

"dependencies": {
"confusing-browser-globals": "1.0.9"
"confusing-browser-globals": "1.0.10"
},
"devDependencies": {
"ava": "^2.4.0",
"eslint": "^7.11.0",
"eslint": "^7.17.0",
"is-plain-obj": "^3.0.0",

@@ -64,4 +64,4 @@ "temp-write": "^4.0.0"

"peerDependencies": {
"eslint": ">=7.11.0"
"eslint": ">=7.17.0"
}
}

@@ -1,2 +0,2 @@

# eslint-config-xo [![Build Status](https://travis-ci.org/xojs/eslint-config-xo.svg?branch=master)](https://travis-ci.org/xojs/eslint-config-xo)
# eslint-config-xo

@@ -3,0 +3,0 @@ > ESLint [shareable config](https://eslint.org/docs/developer-guide/shareable-configs.html) for [XO](https://github.com/xojs/xo)

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