huiyi-h5/eslint.config.js
2024-02-10 16:25:41 +08:00

11 lines
189 B
JavaScript

import antfu from '@antfu/eslint-config'
export default antfu({
// enable UnoCSS support
// https://unocss.dev/integrations/vscode
unocss: true,
rules: {
curly: 'off',
},
})