mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-01-19 03:09:14 +08:00
10 lines
248 B
JavaScript
10 lines
248 B
JavaScript
import { ourongxing, react } from "@ourongxing/eslint-config"
|
|
|
|
export default ourongxing({
|
|
type: "app",
|
|
// 貌似不能 ./ 开头,
|
|
ignores: ["src/routeTree.gen.ts", "imports.app.d.ts", "public/"],
|
|
}).append(react({
|
|
files: ["src/**"],
|
|
}))
|