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.
- package/lib/ts.js +2 -3
- 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': '
|
|
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
|