Files
BroadcastChannel/eslint.config.js
2025-12-25 20:59:39 +08:00

11 lines
201 B
JavaScript

import antfu from '@antfu/eslint-config'
export default antfu({
formatters: true,
astro: true,
pnpm: false,
rules: {
'no-console': ['error', { allow: ['info', 'warn', 'error'] }],
},
})