Socket
Socket
Sign inDemoInstall

eslint-config-xo

Package Overview
Dependencies
Maintainers
1
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.1.0 to 0.2.0

10

index.js

@@ -9,3 +9,3 @@ /* eslint-disable quote-props */

rules: {
// Posibble Errors
// Possible Errors
'comma-dangle': [2, 'never'],

@@ -21,7 +21,9 @@ 'no-cond-assign': 2,

// disabled because of https://github.com/eslint/eslint/issues/2808
// Disabled because of https://github.com/eslint/eslint/issues/2808
// 'no-empty': 2,
'no-ex-assign': 2,
'no-extra-boolean-cast': 2,
'no-extra-parens': 2,
// disabled because of https://github.com/eslint/eslint/issues/3065
// 'no-extra-parens': 2,
'no-extra-semi': 2,

@@ -125,3 +127,3 @@ 'no-func-assign': 2,

// disabled because of problems with object literals: https://github.com/eslint/eslint/issues/2965
// Disabled because of problems with object literals: https://github.com/eslint/eslint/issues/2965
// 'lines-around-comment': [2, {

@@ -128,0 +130,0 @@ // beforeBlockComment: true,

2

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

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

@@ -56,3 +56,3 @@ # eslint-config-xo [![Build Status](https://travis-ci.org/sindresorhus/eslint-config-xo.svg?branch=master)](https://travis-ci.org/sindresorhus/eslint-config-xo)

- [eslint-config-xo-space](https://github.com/sindresorhus/eslint-config-xo-space) - ESLint shareable config for XO with 2-space indent
- [eslint-config-react](https://github.com/sindresorhus/eslint-config-react) - ESLint shareable config for React to be used with this config
- [eslint-config-xo-react](https://github.com/sindresorhus/eslint-config-xo-react) - ESLint shareable config for React to be used with this config

@@ -59,0 +59,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