newsnow/eslint.config.mjs
2024-10-13 14:36:07 +08:00

8 lines
153 B
JavaScript

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