@biscuittin/eslint-config 0.1.0 → 0.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1196,7 +1196,7 @@ function react(options = {}) {
1196
1196
  "jsx-a11y/role-has-required-aria-props": "warn",
1197
1197
  "jsx-a11y/role-supports-aria-props": "warn",
1198
1198
  "jsx-a11y/tabindex-no-positive": "warn",
1199
- ...pluginReact$1.configs.recommended.rules,
1199
+ ...eslintPluginReact.configs.x.rules,
1200
1200
  "@eslint-react/ensure-forward-ref-using-ref": "error",
1201
1201
  "@eslint-react/no-duplicate-jsx-props": "error",
1202
1202
  "@eslint-react/no-duplicate-key": "error",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@biscuittin/eslint-config",
3
3
  "type": "module",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "description": "A collection of ESLint configurations for Biscuit Tin projects.",
6
6
  "author": "Biscuit Tin <opensource@biscuitt.in>",
7
7
  "license": "MIT",