import antfu from "@antfu/eslint-config" export default antfu({ ignores: [ "dist", "docs", ], typescript: true, formatters: true, yaml: false, type: "lib", stylistic: { indent: 4, quotes: "double", }, vue: { sfcBlocks: true, vueVersion: 2, }, rules: { "node/prefer-global/process": "off", }, })