Skip to content

Commit 4b179bc

Browse files
authored
Auto detect React version for ESLint.
1 parent e7f9ab3 commit 4b179bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"settings": {
2020
"react": {
21-
"version": "16.8"
21+
"version": "detect"
2222
}
2323
}
2424
}

0 commit comments

Comments
 (0)