mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +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
|
// Things we do that break the ideal style
|
||||||
"quotes": "off",
|
"quotes": "off",
|
||||||
},
|
},
|
||||||
|
settings: {
|
||||||
|
react: {
|
||||||
|
version: 'detect'
|
||||||
|
}
|
||||||
|
},
|
||||||
overrides: [{
|
overrides: [{
|
||||||
files: ["src/**/*.{ts,tsx}"],
|
files: ["src/**/*.{ts,tsx}"],
|
||||||
extends: [
|
extends: [
|
||||||
|
|
Loading…
Reference in a new issue