Skip to content

Commit 00910f6

Browse files
author
Tony D'Addeo
committed
Set react version in eslint config
Since React is being used in sub-packages automatic detection is failing, go ahead and set it to the version used in userbase-server.
1 parent dbf47e7 commit 00910f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
"parser": "babel-eslint",
2020
"settings": {
2121
"react": {
22-
"version": "detect",
22+
"version": "^16.8.6",
2323
}
2424
}
2525
}

0 commit comments

Comments
 (0)