@open-turo/eslint-config-react 18.0.0-pr-410.142.1.1 → 18.0.0-pr-410.145.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/index.cjs
CHANGED
|
@@ -72,7 +72,7 @@ module.exports = function config(options = {}) {
|
|
|
72
72
|
extends: [
|
|
73
73
|
reactPlugin.configs.flat["recommended"],
|
|
74
74
|
reactPlugin.configs.flat["jsx-runtime"],
|
|
75
|
-
// @ts-expect-error --
|
|
75
|
+
// @ts-expect-error -- Unclear why the types are wrong, matches README setup: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y?tab=readme-ov-file#shareable-configs
|
|
76
76
|
jsxA11yPlugin.flatConfigs.recommended,
|
|
77
77
|
reactHooksPlugin.configs.flat.recommended,
|
|
78
78
|
],
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|