File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed
eslint-plugin-react-x/src/configs
eslint-plugin/src/configs Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export default defineConfig([
4242 {
4343 files : TSCONFIG . include ,
4444 extends : [
45- eslintReact . configs [ "strict-type-checked " ] ,
45+ eslintReact . configs [ "strict-typescript " ] ,
4646 eslintPluginReactRefresh . configs . recommended ,
4747 eslintPluginReactHooks . configs . flat [ "recommended-latest" ] ?? [ ] ,
4848 ] ,
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export default defineConfig([
5151 {
5252 files : JSCONFIG_APP . include ,
5353 extends : [
54- eslintReact . configs . recommended ,
54+ eslintReact . configs . strict ,
5555 eslintPluginReactHooks . configs . flat [ "recommended-latest" ] ?? [ ] ,
5656 eslintPluginReactRefresh . configs . recommended ,
5757 ] ,
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ export const rules = {
1515 "react-x/no-unstable-context-value" : "warn" ,
1616 "react-x/no-unstable-default-props" : "warn" ,
1717 "react-x/no-unused-class-component-members" : "warn" ,
18- "react-x/no-unused-props" : "warn" ,
1918 "react-x/no-unused-state" : "warn" ,
2019 "react-x/no-useless-fragment" : "warn" ,
2120 "react-x/prefer-destructuring-assignment" : "warn" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ export const rules = {
1515 "@eslint-react/no-unnecessary-use-memo" : "warn" ,
1616 "@eslint-react/no-unstable-context-value" : "warn" ,
1717 "@eslint-react/no-unstable-default-props" : "warn" ,
18- "@eslint-react/no-unused-props" : "warn" ,
1918 "@eslint-react/no-unused-state" : "warn" ,
2019 "@eslint-react/no-useless-fragment" : "warn" ,
2120 "@eslint-react/prefer-destructuring-assignment" : "warn" ,
You can’t perform that action at this time.
0 commit comments