mirror of
https://github.com/vector-im/element-web.git
synced 2026-03-02 20:12:04 +01:00
* Use typescript for vite config Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Switch shared-components to ESM Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Remove stale aliases Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Remove reference to element-web files from shared-components Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Remove spurious node polyfill Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
6 lines
333 B
JavaScript
6 lines
333 B
JavaScript
// Even though this (at time of writing) is identical Element Web's
|
|
// .prettierrc.js, shared components needs its own because otherwise
|
|
// this refers to element web's copy of eslint-plugin-matrix-org which
|
|
// would require element-web's modules to be installed.
|
|
module.exports = require("eslint-plugin-matrix-org/.prettierrc.js");
|