mirror of
https://github.com/d0zingcat/BroadcastChannel.git
synced 2026-05-13 15:09:12 +00:00
11 lines
223 B
JavaScript
11 lines
223 B
JavaScript
import antfu from '@antfu/eslint-config'
|
|
|
|
export default antfu({
|
|
formatters: true,
|
|
astro: true,
|
|
ignores: ['src/assets/style.css'],
|
|
rules: {
|
|
'no-console': ['error', { allow: ['info', 'warn', 'error'] }],
|
|
},
|
|
})
|