eslint-plugin-putout 24.0.3 β†’ 24.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/README.md CHANGED
@@ -153,6 +153,7 @@ Disabled 🐊**Putout** rules:
153
153
  - ❌ [`for-of/remove-useless`](https://github.com/coderaiser/putout/tree/v29.7.1/packages/plugin-for-of#remove-useless);
154
154
  - ❌ [`for-of/remove-unused-variables`](https://github.com/coderaiser/putout/tree/29.7.1/packages/plugin-for-of#remove-unused-variables);
155
155
  - ❌ [`maybe/noop`](https://github.com/coderaiser/putout/tree/29.2.4/packages/plugin-maybe#noop);
156
+ - ❌ [`remove-useless-push`](https://github.com/coderaiser/putout/tree/38.1.2/packages/plugin-remove-useless-push#readme);
156
157
 
157
158
  ### safe+align
158
159
 
package/lib/index.js CHANGED
@@ -132,6 +132,7 @@ const safeRules = {
132
132
  'for-of/remove-unused-variables': 'off',
133
133
  'for-of/remove-useless': 'off',
134
134
  'maybe/noop': 'off',
135
+ 'remove-useless-push': 'off',
135
136
  };
136
137
 
137
138
  module.exports.safeRules = safeRules;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-putout",
3
- "version": "24.0.3",
3
+ "version": "24.1.0",
4
4
  "type": "commonjs",
5
5
  "description": "ESLint plugin for 🐊Putout",
6
6
  "release": false,