eslint-plugin-putout
Advanced tools
Comparing version 1.2.2 to 1.3.0
@@ -8,3 +8,4 @@ 'use strict'; | ||
module.exports.rules = { | ||
...getRule('one-line-destructuring'), | ||
...getRule('single-property-destructuring'), | ||
...getRule('multiple-properties-destructuring'), | ||
...getRule('destructuring-as-function-argument'), | ||
@@ -22,3 +23,4 @@ ...getRule('align-spaces'), | ||
...rules, | ||
'putout/one-line-destructuring': 'error', | ||
'putout/single-property-destructuring': 'error', | ||
'putout/multiple-properties-destructuring': 'error', | ||
'putout/destructuring-as-function-argument': 'error', | ||
@@ -25,0 +27,0 @@ 'putout/align-spaces': 'error', |
{ | ||
"name": "eslint-plugin-putout", | ||
"version": "1.2.2", | ||
"version": "1.3.0", | ||
"description": "eslint plagin for putout", | ||
@@ -5,0 +5,0 @@ "release": false, |
10467
11
183