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
48
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.1.0 to 3.0.0

4

config/base.json

@@ -7,2 +7,3 @@ {

"rules": {
"array-bracket-spacing": 2,
"block-scoped-var": 2,

@@ -51,6 +52,5 @@ "brace-style": 2,

"quotes": [2, "single"],
"space-after-function-name": 2,
"space-after-keywords": 2,
"space-before-blocks": 2,
"space-in-brackets": 2,
"space-before-function-paren": [2, "never"],
"space-in-parens": 2,

@@ -57,0 +57,0 @@ "space-infix-ops": 2,

{
"name": "eslint-config-planet",
"version": "2.1.0",
"version": "3.0.0",
"description": "ESLint config for Planet projects",

@@ -10,7 +10,11 @@ "main": "index.js",

"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/planetlabs/eslint-config-planet.git"
},
"devDependencies": {
"code": "^1.4.0",
"eslint": "^0.22.1",
"eslint": "^1.0.0-rc-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