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

eslint-plugin-putout

Package Overview
Dependencies
Maintainers
1
Versions
278
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-putout - npm Package Compare versions

Comparing version 1.0.3 to 1.1.0

rules/destructuring-as-function-argument.js

2

index.js

@@ -5,2 +5,3 @@ 'use strict';

'one-line-destructuring': require('./rules/one-line-destructuring'),
'destructuring-as-function-argument': require('./rules/destructuring-as-function-argument'),
};

@@ -17,2 +18,3 @@

'putout/one-line-destructuring': 'error',
'putout/destructuring-as-function-argument': 'error',
}

@@ -19,0 +21,0 @@ }

4

package.json
{
"name": "eslint-plugin-putout",
"version": "1.0.3",
"version": "1.1.0",
"description": "eslint plagin for putout",

@@ -33,3 +33,3 @@ "release": false,

"eslint-plugin-node": "^8.0.1",
"madrun": "^1.0.1",
"madrun": "^2.0.0",
"mocha": "^5.2.0",

@@ -36,0 +36,0 @@ "nyc": "^13.1.0",

# eslint-plugin-putout
[ESLint](https://eslint.org) plagin for putout.
[ESLint](https://eslint.org) plagin for putout with built-in rules from [@putout/eslint-config](https://github.com/coderaiser/putout/tree/master/packages/eslint-config).

@@ -40,3 +40,4 @@ ## Installation

- [One line destructuring](docs/rules/one-line-destructuring.md)
- [One line destructuring](rules/one-line-destructuring.md)
- [Destructuring as function argument](rules/destructuring-as-function-argument.md)

@@ -1,5 +0,1 @@

/**
* @fileoverview keep curly bracesin in one line when property is single
* @author coderaiser
*/
'use strict';

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