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

eslint-config-mfw

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-mfw - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

10

CHANGELOG.md

@@ -27,1 +27,11 @@

eqeqeq: ['error', 'always'],
##0.1.10
强制一行的最大长度
'max-len': ['error', 150, 4, {
ignoreUrls: true,
ignoreComments: true,
ignoreRegExpLiterals: true,
ignoreStrings: true,
ignoreTemplateLiterals: true,
}],

2

package.json
{
"name": "eslint-config-mfw",
"version": "0.1.9",
"version": "0.1.10",
"description": "eslint自定义规则",

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

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

// 强制一行的最大长度
'max-len': ['error', 120, 4, {
'max-len': ['error', 150, 4, {
ignoreUrls: true,

@@ -147,0 +147,0 @@ ignoreComments: 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