update eslint with react version

This commit is contained in:
Vivian Phung 2024-02-26 17:08:58 -05:00
parent ece9a2ecec
commit 7f11d8818d
No known key found for this signature in database

View File

@ -16,5 +16,10 @@
"plugin:react/recommended",
"plugin:@typescript-eslint/recommended",
"plugin:prettier/recommended"
]
],
"settings": {
"react": {
"version": "detect"
}
}
}