Skip to content

Commit a6ec0e4

Browse files
committed
fix(editor/zed): remove setting oxlint configPath option
1 parent 33fbc2c commit a6ec0e4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)