Skip to content

Commit f441fd6

Browse files
committed
proper lint config
1 parent 6f4503e commit f441fd6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@
7272
"import/no-unresolved": [
7373
"error",
7474
{
75-
"ignore": "react-dom/client"
75+
"ignore": [
76+
"react-dom/client"
77+
]
7678
}
7779
],
7880
"testing-library/no-container": "off",

0 commit comments

Comments
 (0)