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