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.38.0 to 0.39.0

3

index.js

@@ -5,3 +5,3 @@ 'use strict';

parserOptions: {
ecmaVersion: 2021,
ecmaVersion: 'latest',
sourceType: 'module',

@@ -374,2 +374,3 @@ ecmaFeatures: {

'no-array-constructor': 'error',
'no-bitwise': 'error',
'no-lonely-if': 'error',

@@ -376,0 +377,0 @@ 'no-mixed-operators': 'error',

{
"name": "eslint-config-xo",
"version": "0.38.0",
"version": "0.39.0",
"description": "ESLint shareable config for XO",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -60,3 +60,3 @@ # eslint-config-xo

- Specify `indent` and `semicolon` preferences easily without messing with the rule config.
- Config/rule overrides per files/globs. *(ESLint still doesn't support this)*
- Config/rule overrides per files/globs.
- Can open all files with errors at the correct line in your editor. *(See the `--open` flag)*

@@ -63,0 +63,0 @@ - The [editor plugins](https://github.com/xojs/xo#editor-plugins) are IMHO better than the ESLint ones. *(Subjective)*

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