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

eslint-strusoft

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-strusoft - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

lib/formatting.js

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

// 'quote-props': [2],
'quotes': [2, 'single', 'avoid-escape'],
'quotes': [2, 'single', { 'avoidEscape': true }],
// 'require-jsdoc': [2],

@@ -58,0 +58,0 @@ 'semi-spacing': [2, { 'before': false, 'after': true }],

@@ -32,2 +32,3 @@ module.exports = {

'no-implied-eval': 2,
'no-unused-vars': ["error", { "args": "none" }],
// 'no-invalid-this': 2,

@@ -34,0 +35,0 @@ 'no-iterator': 2,

{
"name": "eslint-strusoft",
"version": "1.0.2",
"version": "1.0.3",
"description": "Strusoft eslint",

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

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