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

Switch to Biomejs #728

Merged
merged 13 commits into from
May 22, 2024
Merged

Switch to Biomejs #728

merged 13 commits into from
May 22, 2024

Conversation

thibaultleouay
Copy link
Member

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation

Description

A picture tells a thousand words (if any)

Before this PR

{Please add a screenshot here}

After this PR

{Please add a screenshot here}

Related Issue (optional)

Copy link

vercel bot commented Mar 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
openstatus-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 22, 2024 2:01pm

@gulfaraz
Copy link
Contributor

Merge #730 into biomejs branch. The rest looks good.

)

* fix: remove prettier and lint no unused variables

* fix: enable useSortedClasses
@thibaultleouay thibaultleouay changed the title Biomejs Switch to Biomejs May 22, 2024
run: pnpm lint

prettier:
name: 💅 Prettier
runs-on: ubuntu-latest
timeout-minutes: 15

env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}

steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3

- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
version: 8

- name: ⎔ Setup node
uses: actions/setup-node@v3
with:
node-version: 18
cache: "pnpm"

- name: 📥 Download deps
run: pnpm install

- name: 💅 Prettier check
run: pnpm format:check
run: pnpm format

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really like this 😍

@thibaultleouay thibaultleouay merged commit fb9d3f4 into main May 22, 2024
5 checks passed
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.

None yet

3 participants