
Meet my new codemod, ignore-lint-errors. It helps us ignore lint errors from eslint, stylelint, and...
Meet my new codemod, ignore-lint-errors. It helps us ignore lint errors from eslint, stylelint, and typescript (glint for Ember projects).
In large production projects, ignoring lint errors for existing code is the most pragmatic, quickest approach to complete these tasks:
*.{gjs,js} (JavaScript) to *.{gts,ts} (TypeScript).For the sake of reducing noise, some prefer disabling linting for the entire file. They do so by adding a global directive (e.g. eslint-disable) or creating a special file to "suppress" files with many errors.
Instead, ignore-lint-errors takes the honest approach: It adds a local directive (e.g. eslint-disable-next-line) for every line that has an error. This way, we can easily see and show others (including non-engineers and AIs),
ignore-lint-errors1. Run codemod.
cd <path/to/your/project>
pnpx ignore-lint-errors --linter eslint
2. Fix formatting.
# Run prettier
pnpm prettier . --write
To speed things up, the codemod uses eslint's multithreading and allows you to specify which files to consider. For more information, see Usage > Arguments.
gemmaI ported the whole Gemma-4 family — E2B, E4B, 12B, 31B, and the 26B-A4B MoE — to run on...
communityHey DEV, I'm Tobore. Let's actually connect. I've been on here for a while now, mostly writing and...
ai(yep, kinda clickbait, just for the funsies 😊) At the beginning of the year, I relaunched my...
aiMy laptop was sitting idle with the fan at full tilt. Nothing was running that I knew of. The culprit...
githubactionsI Built a Thing! TL;DR — Google Gemini-based Pull Request reviews and Issue Triaging for...
aiI've been hearing the word "harness" thrown around a lot lately. I assumed it just meant "the IDE" or...
Workflows from the Neura Market marketplace related to this CoPilot resource