mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-01-19 03:09:14 +08:00
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"],
|
|
})
|