Skip to content

Instantly share code, notes, and snippets.

View husnain-syed's full-sized avatar
🎯
Focusing

Husnain Syed husnain-syed

🎯
Focusing
View GitHub Profile
@husnain-syed
husnain-syed / anfu.mjs
Created October 19, 2025 09:52
eslint anfu conifg
antfu(
{
type: 'app',
typescript: true,
formatters: true,
stylistic: {
indent: 2,
semi: true,
quotes: 'double',
},