support solo repos with semantic release

This commit is contained in:
Dan Finch 2026-05-03 12:00:52 +02:00
parent 2602b67938
commit bd354fb57d
3 changed files with 16 additions and 10 deletions

View file

@ -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",