Fix eslint ts override tsx matching
parent
cb94a89411
commit
23622db74b
|
@ -8,7 +8,7 @@ module.exports = {
|
|||
"quotes": "off",
|
||||
},
|
||||
"overrides": [{
|
||||
"files": ["src/**/*.{ts, tsx}"],
|
||||
"files": ["src/**/*.{ts,tsx}"],
|
||||
"extends": ["matrix-org/ts", "matrix-org/react"],
|
||||
"env": {
|
||||
"browser": true,
|
||||
|
|
Loading…
Reference in New Issue