eslint-config-heck 3.1.0 → 3.1.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.
package/node.cjs CHANGED
@@ -477,7 +477,6 @@ const rules = {
477
477
  allowExpressions: true,
478
478
  },
479
479
  ],
480
- "react/jsx-pascal-case": "error",
481
480
  "react/jsx-props-no-spread-multi": "error",
482
481
  "react/jsx-props-no-spreading": "off",
483
482
  "react/jsx-sort-props": "off",
package/nodeWithBiome.cjs CHANGED
@@ -294,7 +294,6 @@ const rules = {
294
294
  "unicode-bom": "error",
295
295
 
296
296
  // @stylistic
297
- "@stylistic/jsx-pascal-case": "error",
298
297
  "@stylistic/max-statements-per-line": "error",
299
298
  "@stylistic/multiline-comment-style": ["error", "separate-lines"],
300
299
  "@stylistic/no-floating-decimal": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-heck",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
5
5
  "type": "module",
6
6
  "main": "index.js",