newsnow/eslint.config.mjs
2024-09-26 11:30:21 +08:00

7 lines
117 B
JavaScript

import { ourongxing } from "@ourongxing/eslint-config"
export default ourongxing({
type: "app",
react: true,
})