Skip to content

Commit 1757033

Browse files
xingwangzheCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: 王兴家 <xingwangzhe@outlook.com>
1 parent 409a2e6 commit 1757033

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cli/src/utils/editor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const ZED_SETTINGS = {
2626
oxlint: {
2727
initialization_options: {
2828
settings: {
29-
configPath: './oxlintrc.json',
29+
configPath: './.oxlintrc.json',
3030
run: 'onType',
3131
disableNestedConfig: false,
3232
fixKind: 'safe_fix',
@@ -38,7 +38,7 @@ const ZED_SETTINGS = {
3838
oxfmt: {
3939
initialization_options: {
4040
settings: {
41-
configPath: './oxfmtrc.jsonc',
41+
configPath: './.oxfmtrc.jsonc',
4242
run: 'onSave',
4343
},
4444
},

0 commit comments

Comments
 (0)