Skip to content

Commit

Permalink
Mark prettier config file as CommonJS
Browse files Browse the repository at this point in the history
I *think* this will fix a problem with the release process in which we saw an
error:

```
Error:  Invalid configuration for file "/home/runner/work/matrix-js-sdk/matrix-js-sdk/package.json":
Error:  module is not defined in ES module scope
Error:  This file is being treated as an ES module because it has a '.js' file extension and '/home/runner/work/matrix-js-sdk/matrix-js-sdk/package.json' contains "type": "module". To treat it as a CommonJS script, rename it to use the '.cjs' file extension.
```
  • Loading branch information
richvdh committed Aug 20, 2024
1 parent 6bdce5b commit 2ca07fc
Showing 1 changed file with 0 additions and 0 deletions.
File renamed without changes.

0 comments on commit 2ca07fc

Please sign in to comment.