@santi020k/eslint-config-santi020k 3.2.0 → 3.2.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.
Files changed (2) hide show
  1. package/dist/index.js +9 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -530,7 +530,15 @@ var mdx = [
530
530
  },
531
531
  rules: {
532
532
  "mdx/remark": "warn",
533
- "react/react-in-jsx-scope": 0
533
+ "react/react-in-jsx-scope": 0,
534
+ "no-unused-vars": "off",
535
+ "@stylistic/indent": "off",
536
+ "@stylistic/jsx-closing-bracket-location": "off",
537
+ indent: "off",
538
+ "no-multi-spaces": "off",
539
+ "@stylistic/no-multi-spaces": "off",
540
+ "comma-dangle": "off",
541
+ "@stylistic/jsx-tag-spacing": "off"
534
542
  }
535
543
  }
536
544
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@santi020k/eslint-config-santi020k",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "A comprehensive ESLint configuration package for JavaScript, TypeScript, and React projects, including popular plugins and custom rules for consistent coding style.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",