@putout/eslint-config 14.0.0 → 14.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/index.js +2 -0
  2. package/package.json +5 -5
package/index.js CHANGED
@@ -43,6 +43,7 @@ export const rules = {
43
43
  'no-unused-private-class-members': 'off',
44
44
  'no-unsafe-negation': 'off',
45
45
  'no-duplicate-case': 'off',
46
+ 'no-dupe-args': 'off',
46
47
  'no-dupe-keys': 'off',
47
48
  'no-cond-assign': 'off',
48
49
  'no-empty': 'off',
@@ -110,6 +111,7 @@ export const rules = {
110
111
  '@stylistic/object-curly-spacing': 'error',
111
112
  '@stylistic/no-extra-parens': ['error', 'all', {
112
113
  enforceForSequenceExpressions: false,
114
+ ignoreJSX: 'all',
113
115
  }],
114
116
  '@stylistic/no-multi-spaces': 'error',
115
117
  '@stylistic/no-trailing-spaces': ['error', {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/eslint-config",
3
- "version": "14.0.0",
3
+ "version": "14.2.0",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "🐊Putout config for ESLint",
@@ -40,11 +40,11 @@
40
40
  "devDependencies": {
41
41
  "@putout/eslint-flat": "^4.0.0",
42
42
  "@putout/test": "^15.0.0",
43
- "c8": "^10.0.0",
44
43
  "eslint-plugin-n": "^17.0.0",
45
- "eslint-plugin-putout": "^30.0.0",
46
- "madrun": "^12.0.0",
47
- "putout": "*"
44
+ "eslint-plugin-putout": "^31.0.0",
45
+ "madrun": "^13.0.0",
46
+ "putout": "*",
47
+ "superc8": "^12.0.0"
48
48
  },
49
49
  "license": "MIT",
50
50
  "engines": {