putout 36.0.9 → 36.1.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/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 2024.08.23, v36.1.0
2
+
3
+ feature:
4
+ - f7f9caa76 @putout/eslint-config: no-delete-var -> remove-useless-delete
5
+ - 0179a6f44 putout: @putout/plugin-remove-useless-delete: add
6
+
1
7
  2024.08.23, v36.0.9
2
8
 
3
9
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "36.0.9",
3
+ "version": "36.1.0",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
@@ -163,6 +163,7 @@
163
163
  "@putout/plugin-remove-useless-assign": "^1.0.0",
164
164
  "@putout/plugin-remove-useless-constructor": "^1.0.0",
165
165
  "@putout/plugin-remove-useless-continue": "^2.0.0",
166
+ "@putout/plugin-remove-useless-delete": "^1.0.1",
166
167
  "@putout/plugin-remove-useless-escape": "^6.0.0",
167
168
  "@putout/plugin-remove-useless-functions": "^3.0.0",
168
169
  "@putout/plugin-remove-useless-map": "^1.0.0",
package/putout.json CHANGED
@@ -218,6 +218,7 @@
218
218
  "remove-useless-array-constructor",
219
219
  "remove-useless-array-entries",
220
220
  "remove-useless-continue",
221
+ "remove-useless-delete",
221
222
  "remove-useless-operand",
222
223
  "remove-useless-arguments",
223
224
  "remove-useless-escape",