We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ff4422 + 09cca7b commit ad21e1fCopy full SHA for ad21e1f
examples/vite-react-dom-js-app/eslint.config.js
@@ -51,7 +51,7 @@ export default defineConfig([
51
{
52
files: JSCONFIG_APP.include,
53
extends: [
54
- eslintReact.configs["recommended-type-checked"],
+ eslintReact.configs.recommended,
55
eslintPluginReactRefresh.configs.recommended,
56
],
57
plugins: {
examples/vite-react-dom-with-ts-blank-eslint-parser-app/eslint.config.js
@@ -44,7 +44,7 @@ export default tseslint.config(
44
45
files: TSCONFIG_APP.include,
46
47
- eslintReact.configs["recommended-typescript"],
48
49
50
0 commit comments