eslint-plugin-putout 28.0.1 → 28.0.2

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/jsx.mjs +2 -1
  2. package/package.json +1 -1
package/lib/jsx.mjs CHANGED
@@ -1,11 +1,12 @@
1
1
  import stylistic from '@stylistic/eslint-plugin';
2
2
  import react from 'eslint-plugin-react';
3
+ import {rules} from '@putout/eslint-config';
3
4
 
4
5
  export const jsx = {
5
6
  name: 'putout: jsx',
6
7
  rules: {
8
+ ...rules,
7
9
  '@stylistic/no-extra-parens': 'off',
8
- '@stylistic/jsx-indent': 'error',
9
10
  '@stylistic/jsx-wrap-multilines': ['error', {
10
11
  arrow: 'parens-new-line',
11
12
  return: 'parens-new-line',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-putout",
3
- "version": "28.0.1",
3
+ "version": "28.0.2",
4
4
  "type": "commonjs",
5
5
  "description": "ESLint plugin for 🐊Putout",
6
6
  "release": false,