-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add eslint-plugin-react-refresh to react config (#293)
* feat: use eslint-plugin-react-refresh * Create rude-knives-cross.md Signed-off-by: Kentaro Suzuki <[email protected]> * chore: update snapshot (github-actions) --------- Signed-off-by: Kentaro Suzuki <[email protected]> Co-authored-by: actions-miku[bot] <185786754+actions-miku[bot]@users.noreply.github.com>
- Loading branch information
1 parent
fd1ac74
commit 917a98f
Showing
5 changed files
with
32 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@virtual-live-lab/eslint-config": patch | ||
--- | ||
|
||
Add eslint-plugin-react-refresh to react config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4526,6 +4526,7 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`] | |
"@stylistic/ts", | ||
"react", | ||
"react-hooks", | ||
"react-refresh", | ||
"jsx-a11y:[email protected]", | ||
], | ||
"processor": undefined, | ||
|
@@ -5511,6 +5512,9 @@ exports[`Test ESLint config with snapshot > react preset > matches snapshot 1`] | |
"react-hooks/rules-of-hooks": [ | ||
2, | ||
], | ||
"react-refresh/only-export-components": [ | ||
1, | ||
], | ||
"react/button-has-type": [ | ||
2, | ||
], | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.