mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 15:24:10 +08:00
10 lines
158 B
JavaScript
10 lines
158 B
JavaScript
// @ts-check
|
|
import antfu from '@antfu/eslint-config'
|
|
|
|
export default antfu().append({
|
|
files: ['README.md'],
|
|
rules: {
|
|
'style/no-tabs': 'off',
|
|
},
|
|
})
|