πŸ› οΈ Developer Tools
Β· 2 min read

Free ESLint Config Builder


Pick your setup and get an ESLint flat config.

<div style="margin-top:0.8em;font-weight:bold;font-size:0.9em;">Install dependencies:</div> <pre style="padding:0.8em;background:#1e293b;color:#e2e8f0;border-radius:6px;font-size:0.82em;">${install}</pre>`;

} genESLint();

About flat config

ESLint 9+ uses flat config (eslint.config.js) instead of .eslintrc. This tool generates the new format. If you’re on ESLint 8 or below, you’ll need to migrate.