feat: format *.mjs with prettier

This commit is contained in:
D. Moonfire 2024-03-06 18:42:14 -06:00
parent 9c50fe4984
commit 6afef1ca95
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,4 @@
# Tasks
- [ ] Need to exclude the generated files from Prettier
- [ ] Include the C# editor config setup
- [ ] Add .direnv into `.gitignore`
- [ ] Add `*.mjs` to Prettier

View file

@ -18,6 +18,7 @@ let
"*.jsx"
"*.md"
"*.mdx"
"*.mjs"
"*.scss"
"*.ts"
"*.yaml"