import antfu from '@antfu/eslint-config' export default antfu({ rules: { 'no-console': 'off', }, ignores: ['**/skills/**', 'research.md'], })