mirror of https://github.com/iptv-org/iptv
Update eslint.config.mjs
This commit is contained in:
parent
76a989d71b
commit
eca33f129b
|
@ -46,5 +46,9 @@ export default [
|
||||||
quotes: ['error', 'single'],
|
quotes: ['error', 'single'],
|
||||||
semi: ['error', 'never']
|
semi: ['error', 'never']
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
ignores: ['tests/__data__/**']
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue