newsnow/eslint.config.mjs
2024-09-26 19:16:42 +08:00

8 lines
150 B
JavaScript

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