Specified React version 🔧 (#21422)

Signed-off-by: ankur12-1610 <anknerd.12@gmail.com>
pull/21484/head
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
1 changed files with 5 additions and 0 deletions

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: [