mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
* Remove extra encryption strings Found their way in during the i18n changes * Remove log level silent to try & work out why it only fails on CI * Try giving it its own prettierrc so the import is correct * Comment why it needs its own prettierrc & put log level silent back * Comment the right .prettierrc
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");
|