newsnow/eslint.config.mjs

8 lines
153 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-10-13 14:36:07 +08:00
ignores: ["**/routeTree.gen.ts"],
2024-09-26 11:30:21 +08:00
})