huiyi-h5/eslint.config.js

11 lines
189 B
JavaScript
Raw Permalink Normal View History

2024-02-10 08:25:41 +00:00
import antfu from '@antfu/eslint-config'
export default antfu({
// enable UnoCSS support
// https://unocss.dev/integrations/vscode
unocss: true,
rules: {
curly: 'off',
},
})