@innovixx/eslint-config 3.0.8 → 3.0.9

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.
@@ -293,7 +293,10 @@ const reactRules = {
293
293
 
294
294
  // Enforce JSX indentation
295
295
  // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-indent.md
296
- 'react/jsx-indent': ['error', 2],
296
+ 'react/jsx-indent': ['error', 'tab', {
297
+ checkAttributes: true,
298
+ indentLogicalExpressions: true,
299
+ }],
297
300
 
298
301
  // Disallow target="_blank" on links
299
302
  // https://github.com/yannickcr/eslint-plugin-react/blob/ac102885765be5ff37847a871f239c6703e1c7cc/docs/rules/jsx-no-target-blank.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innovixx/eslint-config",
3
- "version": "3.0.8",
3
+ "version": "3.0.9",
4
4
  "main": "configs/index.mjs",
5
5
  "repository": "git@github.com:innovixx/eslint-config.git",
6
6
  "description": "Opinionated ESLint config for JavaScript developers",