Files
sweet_crm/eslint.config.js
T
Константин Уколов 689743a056 build: added antfu eslint
2024-07-30 10:49:19 +03:00

7 lines
97 B
JavaScript

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