mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-05 17:31:41 +01:00
* Make ESLint's TS Root dir relative to .eslintrc.js As per https://github.com/typescript-eslint/typescript-eslint/issues/251 seems like this is the answer for having vscode not getting confused about multiple projects in a monorepo with different tsconfigs. * Add it here too for good measure