Skip to content
Santi020k

Search

Match titles, tags, and descriptions. Arrow keys to move, Enter to open, Esc to close.

Open from the page (not while typing in a field): / · K or CtrlK

    Portfolio Personal project
    Personal project 2023 - 2024

    @santi020k/eslint-config-santi020k

    Turned internal linting conventions into a reusable package that standardized React and TypeScript projects and paved the way for @santi020k/eslint-config-basic.

    Creator

    Jan 1, 2023 - Mar 1, 2024

    1 yr 3 mo

    13 technologies

    @santi020k/eslint-config-santi020k · Creator

    2023 - 2024

    Open source, community work, and practical developer experience.

    A closer look at the delivery decisions, technical tradeoffs, and product constraints behind this work.

    Completed project

    This library has been superseded. @santi020k/eslint-config-santi020k has been replaced by @santi020k/eslint-config-basic, which is more composable, better documented, and actively maintained. New projects should use that instead.

    Building my original ESLint toolkit

    @santi020k/eslint-config-santi020k was my first published ESLint package, an opinionated set of rules for JavaScript and TypeScript projects designed to enforce consistency, catch common mistakes early, and reduce setup work across the kinds of apps I was building most often.

    🎯 Goals

    • Standardize code quality across my own projects and the teams I worked with.
    • Reduce setup friction when spinning up React, Next.js, and TypeScript applications.
    • Make good defaults portable so linting could be part of the workflow instead of an afterthought.

    🛠️ What it included

    • Strict TypeScript and JavaScript defaults aimed at preventing common errors and review churn.
    • Built-in support for React and Next.js with optional presets for Expo, Astro, TailwindCSS, Vitest, and i18next.
    • Modular add-ons so projects could opt into framework-specific needs without copying configuration by hand.
    • Automated publishing and examples that made the package practical to maintain and easier to adopt.

    🧠 Why it was replaced

    As my projects grew and ESLint’s flat config format became the standard, the original package architecture became harder to extend and maintain. Rather than continuing to patch it, I rebuilt the idea from scratch as @santi020k/eslint-config-basic, a more composable toolkit with a wider framework footprint and better documentation.

    🤝 Why it mattered

    This project was the first time I turned internal engineering preferences into a reusable public tool. It helped clarify how I think about developer tooling in general: remove repetitive setup, codify what matters, and make quality easier to keep.

    NPM Package
    Share this piece

    More projects in a similar lane.

    Santi020k Theme
    Santi020k Theme dark VS Code preview with an indigo editor and violet syntax accents
    Personal project Creator
    2026
    Present

    Santi020k Theme

    Designed and shipped a VS Code theme extension with matched dark and light variants, marketplace publishing, registry automation, and a focused documentation site.

    • Published across the VS Code Marketplace and Open VSX
    • Built dark and light variants from one coherent color language
    • Automated validation, packaging, and registry publishing