Replace ESLint with Biome#275
Open
dwjohnston wants to merge 2 commits into
Open
Conversation
- Remove eslint and eslint-config-next devDependencies - Add @biomejs/biome ^1.9.4 as devDependency - Create biome.json with recommended rules, a11y, and formatter config - Update lint script from `eslint .` to `biome check .` - Remove .eslintrc.json Closes #267 Co-authored-by: David Johnston <dwjohnston@users.noreply.github.com>
Owner
Author
|
@claude - This appears to be checking a bunch of generated folders. Sort out the ignore list please. |
|
Claude finished @dwjohnston's task in 2m 17s —— View job Fix Biome ignore list
Changes madeUpdated 1. Added VCS integration — tells Biome to respect
2. Added explicit ignores for generated files not covered by
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},| |
- Add VCS integration with useIgnoreFile: true to respect .gitignore (covers .cache, .netlify, etc.) - Add next-env.d.ts and tsconfig.tsbuildinfo to explicit ignore list Co-authored-by: David Johnston <dwjohnston@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces the ESLint setup with Biome for linting.
Changes:
eslintandeslint-config-nextdevDependencies@biomejs/biome ^1.9.4as devDependencybiome.jsonwith recommended rules, a11y, and formatter configlintscript fromeslint .tobiome check ..eslintrc.jsonCloses #267
Generated with Claude Code