We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 002f605 commit 88073cfCopy full SHA for 88073cf
2 files changed
packages/eslint-config/configs/base.js
@@ -37,6 +37,7 @@ export const baseConfigs = defineConfig([
37
ecmaFeatures: {
38
jsx: true,
39
},
40
+ jsxPragma: null,
41
42
43
packages/eslint-config/configs/react.js
@@ -11,5 +11,6 @@ export const reactConfigs = defineConfig({
11
12
rules: {
13
...react.configs.recommended.rules,
14
+ ...react.configs['jsx-runtime'].rules,
15
16
});
0 commit comments