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.5 to 0.1.6

3

CHANGELOG.md

@@ -14,1 +14,4 @@

no-param-reassign
## 0.1.6
no-unused-vars args: 'none'

2

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

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

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

// 禁止出现未使用过的变量
'no-unused-vars': ['error', { vars: 'all', args: 'after-used', ignoreRestSiblings: true }],
'no-unused-vars': ['error', { vars: 'all', args: 'none', ignoreRestSiblings: true }],

@@ -37,0 +37,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