antfu-collective_icones/eslint.config.js
2023-12-27 11:59:07 +01:00

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,
},
)