1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Rename prettier config file to .cjs (#12903)

For the same reason as https://github.com/matrix-org/matrix-js-sdk/pull/4353
This commit is contained in:
David Baker
2024-08-20 15:22:11 +01:00
committed by GitHub
parent 4961e23253
commit 933a9c1ae3

1
.prettierrc.cjs Normal file
View File

@ -0,0 +1 @@
module.exports = require("eslint-plugin-matrix-org/.prettierrc.js");