mirror of
https://github.com/antfu/skills.git
synced 2026-09-14 16:12:50 +08:00
10 lines
147 B
JavaScript
10 lines
147 B
JavaScript
import antfu from '@antfu/eslint-config'
|
|
|
|
export default antfu({
|
|
ignores: [
|
|
'**/vendor/**',
|
|
'**/sources/**',
|
|
'**/skills/**',
|
|
],
|
|
})
|