File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ const baseConfig = {
2121 } ,
2222 extends : [
2323 "eslint:recommended" ,
24- "plugin:github/react" ,
2524 "plugin:github/recommended" ,
2625 "plugin:github/typescript" ,
2726 "plugin:jest-dom/recommended" ,
@@ -94,8 +93,10 @@ module.exports = {
9493 extends : [
9594 ...baseConfig . extends ,
9695 "plugin:react/recommended" ,
96+ "plugin:react/jsx-runtime" ,
9797 "plugin:react-hooks/recommended" ,
9898 "plugin:storybook/recommended" ,
99+ "plugin:github/react" ,
99100 ] ,
100101 rules : {
101102 ...baseConfig . rules ,
@@ -114,7 +115,9 @@ module.exports = {
114115 extends : [
115116 ...baseConfig . extends ,
116117 "plugin:react/recommended" ,
118+ "plugin:react/jsx-runtime" ,
117119 "plugin:react-hooks/recommended" ,
120+ "plugin:github/react" ,
118121 ] ,
119122 rules : {
120123 ...baseConfig . rules ,
You can’t perform that action at this time.
0 commit comments