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