mirror of
https://github.com/ourongxing/newsnow.git
synced 2025-01-31 10:58:04 +08:00
7 lines
117 B
JavaScript
7 lines
117 B
JavaScript
|
import { ourongxing } from "@ourongxing/eslint-config"
|
||
|
|
||
|
export default ourongxing({
|
||
|
type: "app",
|
||
|
react: true,
|
||
|
})
|