mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 15:24:10 +08:00
chore: ignore tabs from linting
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
// @ts-check
|
// @ts-check
|
||||||
import antfu from '@antfu/eslint-config'
|
import antfu from '@antfu/eslint-config'
|
||||||
|
|
||||||
export default antfu()
|
export default antfu().append({
|
||||||
|
files: ['README.md'],
|
||||||
|
rules: {
|
||||||
|
'style/no-tabs': 'off',
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user