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

@zeplin/eslint-config

Package Overview
Dependencies
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zeplin/eslint-config - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

14

base.js

@@ -37,3 +37,3 @@ module.exports = {

],
"capitalized-comments": ["warn"],
"capitalized-comments": "warn",
"class-methods-use-this": "error",

@@ -43,8 +43,3 @@ "comma-dangle": "error",

"comma-style": ["error", "last"],
"complexity": [
"warn",
{
max: 10
}
],
"complexity": "warn",
"computed-property-spacing": ["error", "never"],

@@ -274,6 +269,3 @@ "curly": "error",

"template-tag-spacing": "error",
"unicode-bom": [
"error",
"never"
],
"unicode-bom": ["error", "never"],
"valid-jsdoc": "error",

@@ -280,0 +272,0 @@ "valid-typeof": [

{
"name": "@zeplin/eslint-config",
"version": "2.0.0",
"version": "2.1.0",
"description": "Zeplin's homegrown `.eslintrc` as an extensible shared config.",

@@ -5,0 +5,0 @@ "homepage": "https://zeplin.io",

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