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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
.prettierrc.cjs Normal file
View file

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