Migrating to ESM (#8)

* Migrating to ESM

* Fixing broken prettier
This commit is contained in:
Marco Lipparini
2024-02-25 10:47:00 +01:00
committed by GitHub
parent 0ec6b214cd
commit 1961d75eec
6 changed files with 13 additions and 10 deletions

5
prettier.config.cjs Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
printWidth: 125,
trailingComma: 'all',
singleQuote: true,
};