Skip to content

Commit 9e7fa17

Browse files
authoredAug 28, 2023
Fix lint react/display-name (#1387)
1 parent 5b25ef4 commit 9e7fa17

File tree

57 files changed

+950
-917
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+950
-917
lines changed
 

Diff for: ‎.changeset/clean-doors-invite.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"ingred-ui": patch
3+
---
4+
5+
Fix lint and enable react/display-name

Diff for: ‎.eslintrc.js

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ module.exports = {
8484
* Disable some `plugin:react/recommended` settings.
8585
*/
8686
"react-hooks/exhaustive-deps": "warn",
87-
"react/display-name": "off",
8887
"react/prop-types": "off",
8988
"react/jsx-boolean-value": "off",
9089
"react/jsx-filename-extension": "off",

0 commit comments

Comments
 (0)
Please sign in to comment.