File tree Expand file tree Collapse file tree 12 files changed +0
-76
lines changed
eslint-plugin-react-debug/src/rules Expand file tree Collapse file tree 12 files changed +0
-76
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,6 @@ title: class-component
88react-debug/class-component
99```
1010
11- ** Full Name in ` @eslint-react/eslint-plugin ` **
12-
13- ``` plain copy
14- @eslint-react/debug/class-component
15- ```
16-
1711** Features**
1812
1913` 🐞 `
Original file line number Diff line number Diff line change @@ -8,12 +8,6 @@ title: function-component
88react-debug/function-component
99```
1010
11- ** Full Name in ` @eslint-react/eslint-plugin ` **
12-
13- ``` plain copy
14- @eslint-react/debug/function-component
15- ```
16-
1711** Features**
1812
1913` 🐞 `
Original file line number Diff line number Diff line change @@ -8,12 +8,6 @@ title: hook
88react-debug/hook
99```
1010
11- ** Full Name in ` @eslint-react/eslint-plugin ` **
12-
13- ``` plain copy
14- @eslint-react/debug/hook
15- ```
16-
1711** Features**
1812
1913` 🐞 `
Original file line number Diff line number Diff line change @@ -8,12 +8,6 @@ title: is-from-react
88react-debug/is-from-react
99```
1010
11- ** Full Name in ` @eslint-react/eslint-plugin ` **
12-
13- ``` plain copy
14- @eslint-react/debug/is-from-react
15- ```
16-
1711** Features**
1812
1913` 🐞 `
Original file line number Diff line number Diff line change @@ -8,12 +8,6 @@ title: jsx
88react-debug/jsx
99```
1010
11- ** Full Name in ` @eslint-react/eslint-plugin ` **
12-
13- ``` plain copy
14- @eslint-react/debug/jsx
15- ```
16-
1711** Features**
1812
1913` 🐞 `
Original file line number Diff line number Diff line change 4949 "@typescript-eslint/type-utils" : " ^8.46.0" ,
5050 "@typescript-eslint/types" : " ^8.46.0" ,
5151 "@typescript-eslint/utils" : " ^8.46.0" ,
52- "eslint-plugin-react-debug" : " workspace:*" ,
5352 "eslint-plugin-react-dom" : " workspace:*" ,
5453 "eslint-plugin-react-hooks-extra" : " workspace:*" ,
5554 "eslint-plugin-react-naming-convention" : " workspace:*" ,
Original file line number Diff line number Diff line change 11import type { RuleConfig } from "@eslint-react/shared" ;
2- import reactDebug from "eslint-plugin-react-debug" ;
32import reactHooksExtra from "eslint-plugin-react-hooks-extra" ;
43import reactNamingConvention from "eslint-plugin-react-naming-convention" ;
54import reactWebApi from "eslint-plugin-react-web-api" ;
@@ -109,7 +108,6 @@ export const rules = {
109108export const plugins = {
110109 ...x . plugins ,
111110 ...dom . plugins ,
112- "@eslint-react/debug" : reactDebug ,
113111 "@eslint-react/hooks-extra" : reactHooksExtra ,
114112 "@eslint-react/naming-convention" : reactNamingConvention ,
115113 "@eslint-react/web-api" : reactWebApi ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11import type { RuleConfig } from "@eslint-react/shared" ;
2- import reactDebug from "eslint-plugin-react-debug" ;
32import reactHooksExtra from "eslint-plugin-react-hooks-extra" ;
43import reactNamingConvention from "eslint-plugin-react-naming-convention" ;
54
@@ -22,7 +21,6 @@ export const plugins = {
2221 ...x . plugins ,
2322 ...dom . plugins ,
2423 ...webApi . plugins ,
25- "@eslint-react/debug" : reactDebug ,
2624 "@eslint-react/hooks-extra" : reactHooksExtra ,
2725 "@eslint-react/naming-convention" : reactNamingConvention ,
2826} ;
You can’t perform that action at this time.
0 commit comments