Files
toon/eslint.config.mjs
2025-11-18 07:23:10 +01:00

11 lines
211 B
JavaScript

// @ts-check
import antfu from '@antfu/eslint-config'
export default antfu().append({
files: ['README.md', 'SPEC.md', '**/docs/**/*'],
rules: {
'yaml/quotes': 'off',
'style/no-tabs': 'off',
},
})