sweet_crm/eslint.config.js

7 lines
97 B
JavaScript

import antfu from '@antfu/eslint-config'
export default antfu({
unocss: true,
vue: true,
})