fix: prettier corrections

This commit is contained in:
Levente Orban
2025-08-27 10:51:34 +02:00
parent bbaa8b4568
commit c11060deab
3 changed files with 0 additions and 5 deletions

View File

@@ -23,9 +23,6 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci
- name: Run type checking
run: npm run check
- name: Run linting - name: Run linting
run: npm run lint run: npm run lint

View File

@@ -13,7 +13,6 @@ e.
</a> </a>
</p> </p>
#### What is it? #### What is it?
A mobile-first event RSVP platform that lets you create events, share unique URLs, and collect RSVPs without any registration required. A mobile-first event RSVP platform that lets you create events, share unique URLs, and collect RSVPs without any registration required.

View File

@@ -1,4 +1,3 @@
@import 'tailwindcss'; @import 'tailwindcss';
@plugin '@tailwindcss/forms'; @plugin '@tailwindcss/forms';
@plugin '@tailwindcss/typography'; @plugin '@tailwindcss/typography';