newsnow/eslint.config.mjs
2024-10-29 16:13:45 +08:00

9 lines
185 B
JavaScript

import { ourongxing, react } from "@ourongxing/eslint-config"
export default ourongxing({
type: "app",
ignores: ["**/routeTree.gen.ts"],
}).append(react({
files: ["src/**"],
}))