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 1.1.1 to 2.0.0

2

config/base.json

@@ -12,2 +12,3 @@ {

"dot-notation": [2, {"allowPattern": "^[a-z]+(_[a-z]+)+$"}],
"indent": [2, 2],
"no-console": 2,

@@ -20,2 +21,3 @@ "no-eq-null": 2,

"no-use-before-define": [2, "nofunc"],
"object-curly-spacing": 2,
"quotes": [2, "single"],

@@ -22,0 +24,0 @@ "space-after-function-name": 2,

4

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

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

"code": "^1.4.0",
"eslint": "^0.21.2",
"eslint": "^0.22.1",
"lab": "^5.10.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