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