Socket
Socket
Sign inDemoInstall

eslint-config-spartez

Package Overview
Dependencies
2
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

4

index.js

@@ -9,3 +9,5 @@ module.exports = {

"max-len": ["warn", 120, 4, { "ignoreUrls": true }],
"comma-dangle": ["warn", "never"]
"comma-dangle": ["warn", "never"],
"no-unused-vars": ["warn"],
"no-undef": ["warn"]
},

@@ -12,0 +14,0 @@ "env": {

{
"name": "eslint-config-spartez",
"version": "1.1.0",
"version": "1.2.0",
"description": "Spartez's base JS ESLint config",

@@ -5,0 +5,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc