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
|
# Tasks
|
||||||
|
|
||||||
- [ ] Need to exclude the generated files from Prettier
|
- [ ] Need to exclude the generated files from Prettier
|
||||||
- [ ] Include the C# editor config setup
|
|
||||||
- [ ] Add .direnv into `.gitignore`
|
- [ ] Add .direnv into `.gitignore`
|
||||||
- [ ] Add `*.mjs` to Prettier
|
|
||||||
|
|
|
@ -18,6 +18,7 @@ let
|
||||||
"*.jsx"
|
"*.jsx"
|
||||||
"*.md"
|
"*.md"
|
||||||
"*.mdx"
|
"*.mdx"
|
||||||
|
"*.mjs"
|
||||||
"*.scss"
|
"*.scss"
|
||||||
"*.ts"
|
"*.ts"
|
||||||
"*.yaml"
|
"*.yaml"
|
||||||
|
|
Loading…
Reference in a new issue