eslint-plugin-putout 12.12.0 → 13.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 +12 -11
- package/lib/index.js +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -112,16 +112,17 @@ Disabled `ESLint` rules:
|
|
|
112
112
|
|
|
113
113
|
Disabled 🐊`Putout` rules:
|
|
114
114
|
|
|
115
|
-
- [`remove-empty`](https://github.com/coderaiser/putout/tree/
|
|
116
|
-
- [`remove-
|
|
117
|
-
- [`remove-unused-
|
|
118
|
-
- [`remove-unused-
|
|
119
|
-
- [`remove-unused-
|
|
115
|
+
- [`remove-empty`](https://github.com/coderaiser/putout/tree/v24.0.0/packages/plugin-remove-empty);
|
|
116
|
+
- [`nodejs/remove-process-exit`](https://github.com/coderaiser/putout/tree/v24.0.0/packages/plugin-nodejs#remove-process-exit);
|
|
117
|
+
- [`remove-unused-variables`](https://github.com/coderaiser/putout/tree/v24.0.0/packages/remove-unused-variables);
|
|
118
|
+
- [`remove-unused-types`](https://github.com/coderaiser/putout/tree/v24.0.0/packages/remove-unused-types);
|
|
119
|
+
- [`remove-unused-for-of-variables`](https://github.com/coderaiser/putout/tree/v24.0.0/packages/remove-unused-for-of-variables);
|
|
120
|
+
- [`remove-unused-expressions`](https://github.com/coderaiser/putout/tree/v24.0.0/packages);
|
|
120
121
|
- [`remove-useless-return`](https://github.com/coderaiser/putout/tree/master/remove-useless-return);
|
|
121
122
|
- [`remove-useless-arguments`](https://github.com/coderaiser/putout/tree/master/remove-useless-arguments);
|
|
122
|
-
- [`remove-skip`](https://github.com/coderaiser/putout/tree/
|
|
123
|
-
- [`remove-only`](https://github.com/coderaiser/putout/tree/
|
|
124
|
-
- [`remove-console`](https://github.com/coderaiser/putout/tree/
|
|
125
|
-
- [`remove-debugger`](https://github.com/coderaiser/putout/tree/
|
|
126
|
-
- [`remove-unreachable-code`](https://github.com/coderaiser/putout/tree/
|
|
127
|
-
- [`convert-for-to-for-of`](https://github.com/coderaiser/putout/tree/
|
|
123
|
+
- [`remove-skip`](https://github.com/coderaiser/putout/tree/v24.0.0/packages/remove-skip);
|
|
124
|
+
- [`remove-only`](https://github.com/coderaiser/putout/tree/v24.0.0/packages/remove-only);
|
|
125
|
+
- [`remove-console`](https://github.com/coderaiser/putout/tree/v24.0.0/packages/remove-console);
|
|
126
|
+
- [`remove-debugger`](https://github.com/coderaiser/putout/tree/v24.0.0/packages/remove-debugger);
|
|
127
|
+
- [`remove-unreachable-code`](https://github.com/coderaiser/putout/tree/v24.0.0/packages/remove-unreachable-code);
|
|
128
|
+
- [`convert-for-to-for-of`](https://github.com/coderaiser/putout/tree/v24.0.0/packages/convert-for-to-for-of);
|
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-putout",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "13.0.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "eslint plugin for putout",
|
|
6
6
|
"release": false,
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"eslint": ">=8.0.0",
|
|
67
|
-
"putout": ">=
|
|
67
|
+
"putout": ">=24"
|
|
68
68
|
},
|
|
69
69
|
"license": "MIT",
|
|
70
70
|
"publishConfig": {
|