Add prettier

This commit is contained in:
Michael Weimann 2022-12-09 13:27:27 +01:00
parent d8131eb5d4
commit a32f12c8f3
No known key found for this signature in database
GPG key ID: 53F535A266BB9584
5 changed files with 50 additions and 7 deletions

View file

@ -1,3 +1,4 @@
module.exports = {
...require("matrix-react-sdk/.stylelintrc.js"),
extends: ["stylelint-config-standard", "stylelint-config-prettier"],
};