Files
newsnow/eslint.config.mjs
T
2025-03-04 13:31:57 +08:00

10 lines
272 B
JavaScript

import { ourongxing, react } from "@ourongxing/eslint-config"
export default ourongxing({
type: "app",
// 貌似不能 ./ 开头,
ignores: ["src/routeTree.gen.ts", "imports.app.d.ts", "public/", ".vscode", "**/*.json"],
}).append(react({
files: ["src/**"],
}))