mirror of https://github.com/vector-im/riot-web
Copy indent rule to TS as well
parent
31a28b1a9e
commit
9c3bd12830
|
@ -30,6 +30,7 @@ module.exports = {
|
||||||
"@typescript-eslint/ban-ts-comment": "off",
|
"@typescript-eslint/ban-ts-comment": "off",
|
||||||
|
|
||||||
"quotes": "off",
|
"quotes": "off",
|
||||||
|
"indent": "off",
|
||||||
"no-extra-boolean-cast": "off",
|
"no-extra-boolean-cast": "off",
|
||||||
},
|
},
|
||||||
}],
|
}],
|
||||||
|
|
Loading…
Reference in New Issue