@putout/eslint-config 9.0.0 → 9.2.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.
Files changed (2) hide show
  1. package/eslintrc.js +4 -1
  2. package/package.json +3 -3
package/eslintrc.js CHANGED
@@ -36,6 +36,7 @@ module.exports = {
36
36
  object: false,
37
37
  },
38
38
  }],
39
+ 'no-delete-var': 'off',
39
40
  'no-else-return': ['error', {
40
41
  allowElseIf: false,
41
42
  }],
@@ -106,7 +107,9 @@ module.exports = {
106
107
  '@stylistic/js/semi': 'error',
107
108
  '@stylistic/js/no-extra-semi': 'error',
108
109
  '@stylistic/js/object-curly-spacing': 'error',
109
- '@stylistic/js/no-extra-parens': 'error',
110
+ '@stylistic/js/no-extra-parens': ['error', 'all', {
111
+ enforceForSequenceExpressions: false,
112
+ }],
110
113
  '@stylistic/js/no-multi-spaces': 'error',
111
114
  '@stylistic/js/no-trailing-spaces': ['error', {
112
115
  skipBlankLines: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/eslint-config",
3
- "version": "9.0.0",
3
+ "version": "9.2.0",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊Putout config for ESLint",
@@ -37,8 +37,8 @@
37
37
  "eslint-config"
38
38
  ],
39
39
  "devDependencies": {
40
- "@putout/test": "^9.0.0",
41
- "c8": "^9.0.0",
40
+ "@putout/test": "^11.0.0",
41
+ "c8": "^10.0.0",
42
42
  "eslint-plugin-n": "^17.0.0",
43
43
  "madrun": "^10.0.0",
44
44
  "putout": "*"