mirror of
https://github.com/antfu-collective/icones.git
synced 2026-01-09 07:40:49 +08:00
18 lines
340 B
JavaScript
18 lines
340 B
JavaScript
// @ts-check
|
|
import antfu from '@antfu/eslint-config'
|
|
|
|
export default antfu(
|
|
{
|
|
ignores: [
|
|
'**/src/assets/collections.json',
|
|
'**/public/collections',
|
|
'**/public/lib',
|
|
'**/release',
|
|
'**/collections-info.json',
|
|
'**/collections-meta.json',
|
|
'**/dist-electron',
|
|
],
|
|
formatters: true,
|
|
},
|
|
)
|