Fix lint errors that originate from JS SDK
This commit is contained in:
@@ -25,10 +25,10 @@
|
||||
// "noUnusedParameters": true,
|
||||
},
|
||||
"include": [
|
||||
"./node_modules/matrix-js-sdk/src/@types/*.d.ts",
|
||||
"./src/**/*.ts",
|
||||
"./src/**/*.tsx",
|
||||
"./test/**/*.ts",
|
||||
"./test/**/*.tsx"
|
||||
],
|
||||
"exclude": ["node_modules"]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user