feat: 添加oxfmt、oxlint格式化
This commit is contained in:
27
oxlint.config.ts
Normal file
27
oxlint.config.ts
Normal file
@@ -0,0 +1,27 @@
|
||||
import { defineConfig } from "oxlint";
|
||||
|
||||
export default defineConfig({
|
||||
ignorePatterns: [
|
||||
"dist",
|
||||
"dev-dist",
|
||||
".local",
|
||||
".claude",
|
||||
".agent",
|
||||
".agents",
|
||||
".codex",
|
||||
".output.js",
|
||||
"node_modules",
|
||||
".nvmrc",
|
||||
"coverage",
|
||||
"CODEOWNERS",
|
||||
".nitro",
|
||||
".output",
|
||||
"**/*.svg",
|
||||
"**/*.sh",
|
||||
"public",
|
||||
".npmrc",
|
||||
"*-lock.yaml",
|
||||
"skills-lock.json",
|
||||
"*.md"
|
||||
]
|
||||
});
|
||||
Reference in New Issue
Block a user