Specified React version 🔧 (#21422)

Signed-off-by: ankur12-1610 <anknerd.12@gmail.com>
This commit is contained in:
Ankur 2022-03-17 01:20:12 +05:30 committed by GitHub
parent 849fc96438
commit 7fc258453f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,11 @@ module.exports = {
// Things we do that break the ideal style
"quotes": "off",
},
settings: {
react: {
version: 'detect'
}
},
overrides: [{
files: ["src/**/*.{ts,tsx}"],
extends: [