We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0451b96 commit 18aeab3Copy full SHA for 18aeab3
1 file changed
lua/conform/formatters/oxfmt.lua
@@ -1,9 +1,10 @@
1
local util = require("conform.util")
2
3
local config_file_names = {
4
- -- https://oxc.rs/docs/guide/usage/formatter.html#configuration-file
+ -- https://oxc.rs/docs/guide/usage/formatter/config.html#create-a-config-file
5
".oxfmtrc.json",
6
".oxfmtrc.jsonc",
7
+ "oxfmt.config.ts",
8
}
9
10
---@type conform.FileFormatterConfig
0 commit comments