eslint-plugin-putout 22.3.0 → 22.3.1

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.
Files changed (2) hide show
  1. package/lib/ts.js +2 -3
  2. package/package.json +1 -1
package/lib/ts.js CHANGED
@@ -36,9 +36,8 @@ const extensionRules = {
36
36
  '@typescript-eslint/no-implied-eval': 'off',
37
37
 
38
38
  'no-unused-vars': 'off',
39
- '@typescript-eslint/no-unused-vars': 'error',
40
-
41
- '@typescript-eslint/require-await': 'off', // disabled while https://github.com/typescript-eslint/typescript-eslint/pull/8171 merged
39
+ '@typescript-eslint/no-unused-vars': 'off', // disabled while ESLint v9 supported
40
+ '@typescript-eslint/require-await': 'off', // disabled while while ESLint v9 supported
42
41
  // 'no-redeclare': 'off',
43
42
  // '@typescript-eslint/no-redeclare': 'error',
44
43
  // same
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-putout",
3
- "version": "22.3.0",
3
+ "version": "22.3.1",
4
4
  "type": "commonjs",
5
5
  "description": "ESLint plugin for 🐊Putout",
6
6
  "release": false,