Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-planet

Package Overview
Dependencies
Maintainers
3
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-planet - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

34

config/base.json

@@ -7,13 +7,41 @@ {

"rules": {
"comma-style": 2,
"block-scoped-var": 2,
"brace-style": 2,
"comma-dangle": [2, "never"],
"comma-style": 2,
"default-case": 2,
"dot-notation": [2, {"allowPattern": "^[a-z]+(_[a-z]+)+$"}],
"indent": [2, 2],
"no-cond-assign": 2,
"no-console": 2,
"no-constant-condition": 2,
"no-control-regex": 2,
"no-debugger": 2,
"no-delete-var": 2,
"no-dupe-args": 2,
"no-dupe-keys": 2,
"no-duplicate-case": 2,
"no-empty": 2,
"no-empty-character-class": 2,
"no-eq-null": 2,
"no-ex-assign": 2,
"no-extra-boolean-cast": 2,
"no-extra-semi": 2,
"no-fallthrough": 2,
"no-func-assign": 2,
"no-inner-declarations": [2, "functions"],
"no-invalid-regexp": 2,
"no-irregular-whitespace": 2,
"no-mixed-spaces-and-tabs": [2, false],
"no-multiple-empty-lines": 2,
"no-negated-in-lhs": 2,
"no-obj-calls": 2,
"no-octal": 2,
"no-process-exit": 0,
"no-redeclare": 2,
"no-regex-spaces": 2,
"no-sparse-arrays": 2,
"no-undef": 2,
"no-underscore-dangle": 0,
"no-unreachable": 2,
"no-unused-vars": [2, {"vars": "all", "args": "none"}],

@@ -31,4 +59,6 @@ "no-use-before-define": [2, "nofunc"],

"space-unary-ops": 2,
"strict": 0
"strict": 0,
"use-isnan": 2,
"valid-typeof": 2
}
}

2

package.json
{
"name": "eslint-config-planet",
"version": "2.0.0",
"version": "2.1.0",
"description": "ESLint config for Planet projects",

@@ -5,0 +5,0 @@ "main": "index.js",

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