You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
Resolve linting errors after upgrades
This commit is contained in:
@@ -35,6 +35,8 @@ module.exports = {
|
|||||||
"files": ["src/**/*.ts"],
|
"files": ["src/**/*.ts"],
|
||||||
"extends": ["matrix-org/ts"],
|
"extends": ["matrix-org/ts"],
|
||||||
"rules": {
|
"rules": {
|
||||||
|
// We're okay being explicit at the moment
|
||||||
|
"@typescript-eslint/no-empty-interface": "off",
|
||||||
// While we're converting to ts we make heavy use of this
|
// While we're converting to ts we make heavy use of this
|
||||||
"@typescript-eslint/no-explicit-any": "off",
|
"@typescript-eslint/no-explicit-any": "off",
|
||||||
"quotes": "off",
|
"quotes": "off",
|
||||||
|
|||||||
Reference in New Issue
Block a user