mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Specified React version 🔧 (#21422)
Signed-off-by: ankur12-1610 <anknerd.12@gmail.com>
This commit is contained in:
parent
849fc96438
commit
7fc258453f
1 changed files with 5 additions and 0 deletions
|
@ -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: [
|
||||
|
|
Loading…
Reference in a new issue