New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-tapplint

Package Overview
Dependencies
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-tapplint - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "eslint-config-tapplint",
"version": "2.0.0",
"version": "2.0.1",
"description": "MatchingAgent's ESLint config.",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -116,4 +116,8 @@ 'use strict';

// enforce consistency of spacing after the start of a comment
'spaced-comment': ['error', 'always'],
'spaced-comment': ['error', 'always', {
block: {
balanced: true,
},
}],
},
};
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