Skip to content

Commit 8872b62

Browse files
Disable eslint react warning
1 parent 5cfea36 commit 8872b62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
},
1717
"eslintConfig": {
1818
"extends": "developit",
19+
"settings": {
20+
"react": {
21+
"version": "latest"
22+
}
23+
},
1924
"rules": {
2025
"brace-style": "off",
2126
"jest/expect-expect": "off",

0 commit comments

Comments
 (0)