MISC: Add configuration to eslintrc to fix the warning thrown when linting (#814)

This commit is contained in:
Michael Ficocelli 2023-09-19 12:24:12 -04:00 committed by GitHub
parent 1b81fe8766
commit f6e1c171ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,4 +35,9 @@ module.exports = {
"@typescript-eslint/no-explicit-any": "off",
"react/no-unescaped-entities": "off",
},
settings: {
react: {
version: "detect",
},
},
};