@ncontiero/eslint-config 7.3.0-beta.2 → 7.3.0-beta.3

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.mjs +0 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1011,7 +1011,6 @@ async function react(options = {}) {
1011
1011
  "react/no-missing-component-display-name": "warn",
1012
1012
  "react/no-unstable-context-value": "warn",
1013
1013
  "react/no-unstable-default-props": "warn",
1014
- "react/no-unused-props": "warn",
1015
1014
  "react/refs": "warn",
1016
1015
  ...overrides
1017
1016
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ncontiero/eslint-config",
3
3
  "type": "module",
4
- "version": "7.3.0-beta.2",
4
+ "version": "7.3.0-beta.3",
5
5
  "packageManager": "pnpm@10.33.2",
6
6
  "description": "Nicolas's ESLint config.",
7
7
  "author": {