Skip to content

Instantly share code, notes, and snippets.

View ijas9118's full-sized avatar
🎯
Focusing

Ijas Ahammed ijas9118

🎯
Focusing
View GitHub Profile
@ijas9118
ijas9118 / eslint.config.js
Created October 6, 2025 03:22
My eslint config
// Run this command to generate base config and vs code settings:
// pnpm dlx @antfu/eslint-config@latest
import antfu from "@antfu/eslint-config";
export default antfu({
type: "app",
typescript: true,
formatters: true,
stylistic: {