eslint-plugin-putout 23.5.0 β 24.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -141,7 +141,7 @@ Disabled π**Putout** rules:
|
|
|
141
141
|
- β [`remove-unused-expressions`](https://github.com/coderaiser/putout/tree/v29.0.0/packages/plugin-remove-unused-expressions#readme);
|
|
142
142
|
- β [`remove-unreferenced-variables`](https://github.com/coderaiser/putout/tree/v29.0.0/packages/plugin-remove-unreferenced-variables#readme);
|
|
143
143
|
- β [`remove-useless-arguments`](https://github.com/coderaiser/putout/tree/master/packages/plugin-remove-useless-arguments#readme);
|
|
144
|
-
- β [`remove-useless
|
|
144
|
+
- β [`return/remove-useless`](https://github.com/coderaiser/putout/tree/v38.0.0/packages/plugin-return#remove-useless);
|
|
145
145
|
- β [`remove-useless-spread`](https://github.com/coderaiser/putout/tree/v29.0.0/packages/plugin-remove-useless-spread/#readme);
|
|
146
146
|
- β [`remove-useless-variables`](https://github.com/coderaiser/putout/tree/v33.13.4/packages/plugin-remove-useless-variables#readme);
|
|
147
147
|
- β [`tape/remove-skip`](https://github.com/coderaiser/putout/tree/v29.0.0/packages/plugin-tape#remove-skip);
|
package/lib/index.js
CHANGED
|
@@ -121,7 +121,7 @@ const safeRules = {
|
|
|
121
121
|
'remove-unreachable-code': 'off',
|
|
122
122
|
'remove-useless-arguments': 'off',
|
|
123
123
|
'remove-useless-variables': 'off',
|
|
124
|
-
'remove-useless
|
|
124
|
+
'return/remove-useless': 'off',
|
|
125
125
|
'remove-useless-spread': 'off',
|
|
126
126
|
'remove-unreferenced-variables': 'off',
|
|
127
127
|
'tape/remove-skip': 'off',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-putout",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "24.0.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "ESLint plugin for πPutout",
|
|
6
6
|
"release": false,
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"eslint": ">=8.0.0",
|
|
78
|
-
"putout": ">=
|
|
78
|
+
"putout": ">=38"
|
|
79
79
|
},
|
|
80
80
|
"license": "MIT",
|
|
81
81
|
"publishConfig": {
|