feat: format *.mjs with prettier
This commit is contained in:
parent
9c50fe4984
commit
6afef1ca95
2 changed files with 1 additions and 2 deletions
2
TASKS.md
2
TASKS.md
|
@ -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
|
||||
|
|
|
@ -18,6 +18,7 @@ let
|
|||
"*.jsx"
|
||||
"*.md"
|
||||
"*.mdx"
|
||||
"*.mjs"
|
||||
"*.scss"
|
||||
"*.ts"
|
||||
"*.yaml"
|
||||
|
|
Loading…
Reference in a new issue