newsnow/eslint.config.mjs

8 lines
150 B
JavaScript
Raw Normal View History

2024-09-26 11:30:21 +08:00
import { ourongxing } from "@ourongxing/eslint-config"
export default ourongxing({
type: "app",
react: true,
2024-09-26 19:16:42 +08:00
ignores: ["routeTree.gen.ts"],
2024-09-26 11:30:21 +08:00
})