newsnow/eslint.config.mjs

9 lines
185 B
JavaScript
Raw Normal View History

import { ourongxing, react } from "@ourongxing/eslint-config"
2024-09-26 11:30:21 +08:00
export default ourongxing({
type: "app",
2024-10-13 14:36:07 +08:00
ignores: ["**/routeTree.gen.ts"],
}).append(react({
files: ["src/**"],
}))