chore: ignore tabs from linting

This commit is contained in:
Johann Schopplich
2025-10-23 14:17:03 +02:00
parent b59e93f921
commit a34948ffdc

View File

@@ -1,4 +1,9 @@
// @ts-check
import antfu from '@antfu/eslint-config'
export default antfu()
export default antfu().append({
files: ['README.md'],
rules: {
'style/no-tabs': 'off',
},
})