Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace dprint with biome, move config to the root #31

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

hamlim
Copy link
Owner

@hamlim hamlim commented Jul 11, 2024

Fixes: #30

Changes:

  • Remove biome.jsonc file from various workspaces
  • Remove @biomejs/biome dependency from various workspaces
  • Add @biomejs/biome dependency to the root workspace
  • Rename format-check.yml to format-lint-check.yml
    • Change to use Biome recommended setup
  • Remove lint-check.yml
  • Remove eslint deps from Next app workspaces
  • Change lint command in next app workspaces to biome lint
  • Change format and format:check commands from the root to use Biome
  • Run format from the root
  • Add the following config to the Next config files:
 eslint: {
    ignoreDuringBuilds: true,
  },

@hamlim hamlim force-pushed the chore/swap-dprint-out-for-biome branch 4 times, most recently from 32d6d44 to 61df734 Compare July 11, 2024 23:23
@hamlim hamlim merged commit 56a1464 into main Jul 11, 2024
5 checks passed
@hamlim hamlim deleted the chore/swap-dprint-out-for-biome branch July 11, 2024 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace dprint with biome for formatting
1 participant