
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.
aiMost of us have seen a coding agent fail to complete a task we know it can do. We just don't...
googlecloudWhen building Generative AI applications, developers often encounter a massive bottleneck: sequential...
discussI’ve been thinking about sharing some electronic circuit posts on Dev.to — small circuits, DIY...
agentsWhat nobody tells you about exporting your multi-agent prototype to a local workspace. Every...
agenticarchitectAutonomous agents are genuinely good at answering messy business questions. Give one an LLM and a set...
aiPR volume went up, ticket quality didn't, and the gap got filled with LLMs on both sides of the review: bots reviewing, bots replying, bots occasionally arguing with bots about priorities that only existed in a teammate's head. Our CEO named the actual problem, and it's bigger than code review.
Workflows from the Neura Market marketplace related to this Stable Diffusion resource