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.3.0 to 1.4.0

4

index.js

@@ -14,5 +14,7 @@ module.exports = {

'no-unused-vars': ['warn'],
'no-use-before-define': ['warn', { functions: false }],
'object-curly-spacing': ['warn', 'always'],
'quotes': ['warn', 'single', { 'allowTemplateLiterals': true }],
'semi': ['warn', 'always']
'semi': ['warn', 'always'],
'space-infix-ops': ['warn']
},

@@ -19,0 +21,0 @@ env: {

{
"name": "eslint-config-spartez",
"version": "1.3.0",
"version": "1.4.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