Skip to content

Commit

Permalink
feat(typescript): added mjs file files to prettier detection file table
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelderolez committed Oct 22, 2023
1 parent cff4b2e commit 7c5bb7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/astrocommunity/pack/typescript/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ return {
or util.root_has_file ".prettierrc.json5"
or util.root_has_file ".prettierrc.js"
or util.root_has_file ".prettierrc.cjs"
or util.root_has_file ".prettierrc.mjs"
or util.root_has_file "prettier.config.js"
or util.root_has_file "prettier.config.cjs"
or util.root_has_file "prettier.config.mjs"
or util.root_has_file ".prettierrc.toml"
end

Expand Down

0 comments on commit 7c5bb7c

Please sign in to comment.