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.2 to 0.1.3

5

CHANGELOG.md

@@ -7,2 +7,5 @@

max-len
ignoreComments: true
ignoreComments: true
## 0.1.3
'arrow-body-style': 'off'

2

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

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

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

// 要求箭头函数体使用大括号
'arrow-body-style': ['error', 'as-needed', {
requireReturnForObjectLiteral: false,
}],
'arrow-body-style': 'off',

@@ -12,0 +10,0 @@ // 要求箭头函数的参数使用圆括号

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