Skip to content

Commit ab7f106

Browse files
authored
fix(editor/zed): remove setting oxlint configPath option (#1205)
1 parent 33fbc2c commit ab7f106

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/cli/src/utils/editor.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ const ZED_SETTINGS = {
2727
oxlint: {
2828
initialization_options: {
2929
settings: {
30-
configPath: './.oxlintrc.json',
3130
run: 'onType',
32-
disableNestedConfig: false,
3331
fixKind: 'safe_fix',
3432
typeAware: true,
3533
unusedDisableDirectives: 'deny',

0 commit comments

Comments
 (0)