mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00

* Statically define connection creation and provisioing * Tidy up * Drop JIRA * Convert other connections to new system * Small linting fixes * Fixes * changelog * Fix bridge * Fix JIRA instance naming * Fix JIRA config * Drop unnessacery check
7 lines
217 B
TypeScript
7 lines
217 B
TypeScript
// As per https://lwebapp.com/en/post/cannot-find-module-scss
|
|
declare module'*.scss' {
|
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
const content: {[key: string]: any}
|
|
export = content
|
|
}
|