eslint-plugin-putout
Advanced tools
Comparing version 1.6.0 to 1.7.0
'use strict'; | ||
const getRule = (a) => ({ | ||
[a]: require(`./rules/${a}`) | ||
[a]: require(`./rules/${a}`), | ||
}); | ||
@@ -30,5 +30,5 @@ | ||
'putout/new-line-function-call-arguments': 'error', | ||
} | ||
} | ||
}, | ||
}, | ||
}; | ||
{ | ||
"name": "eslint-plugin-putout", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "eslint plagin for putout", | ||
@@ -34,3 +34,2 @@ "release": false, | ||
"dependencies": { | ||
"@babel/types": "^7.3.4", | ||
"@putout/eslint-config": "^1.2.0", | ||
@@ -48,3 +47,3 @@ "align-spaces": "^1.0.0" | ||
"engines": { | ||
"node": ">=8" | ||
"node": ">=8.3" | ||
}, | ||
@@ -51,0 +50,0 @@ "peerDependencies": { |
@@ -37,3 +37,4 @@ # eslint-plugin-putout | ||
"putout/destructuring-as-function-argument": "error", | ||
"putout/align-spaces": "error" | ||
"putout/align-spaces": "error", | ||
"new-line-function-call-arguments": "error" | ||
} | ||
@@ -40,0 +41,0 @@ } |
@@ -51,2 +51,3 @@ 'use strict'; | ||
.replace('(', '(\n') | ||
.replace(/,\s?/g, ',\n') | ||
.replace(/\)$/, '\n)'); | ||
@@ -53,0 +54,0 @@ |
13244
3
302
52
- Removed@babel/types@^7.3.4
- Removed@babel/helper-string-parser@7.25.9(transitive)
- Removed@babel/helper-validator-identifier@7.25.9(transitive)
- Removed@babel/types@7.26.7(transitive)