support solo repos with semantic release
This commit is contained in:
parent
2602b67938
commit
bd354fb57d
3 changed files with 16 additions and 10 deletions
|
|
@ -2,7 +2,7 @@ import { defineConfig } from "oxlint"
|
|||
|
||||
export default defineConfig({
|
||||
plugins: ["typescript", "unicorn", "oxc"],
|
||||
ignorePatterns: ["**/*.gen.ts"],
|
||||
ignorePatterns: ["**/*.gen.ts", "node_modules/**/*"],
|
||||
categories: {
|
||||
correctness: "error",
|
||||
suspicious: "warn",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue