Skip to content

Commit c78976b

Browse files
committed
chore: add oxlint to file nesting patterns
While only `.oxlintrc.json` is the only official configuration file, I found [4 file name patterns](https://github.com/oxc-project/oxc/blob/2c53a728b0128290260e3ce676e25a2a0d94ff56/editors/vscode/package.json#L118-L123) in its vscode extension. So I added them all to the file nesting patterns.
1 parent e2d7d9f commit c78976b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/base/.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"explorer.fileNesting.patterns": {
44
"tsconfig.json": "tsconfig.*.json, env.d.ts",
55
"vite.config.*": "jsconfig*, vitest.config.*, cypress.config.*, playwright.config.*",
6-
"package.json": "package-lock.json, pnpm*, .yarnrc*, yarn*, .eslint*, eslint*, .prettier*, prettier*, .editorconfig"
6+
"package.json": "package-lock.json, pnpm*, .yarnrc*, yarn*, .eslint*, eslint*, .oxlint*, oxlint*, .prettier*, prettier*, .editorconfig"
77
}
88
}

0 commit comments

Comments
 (0)