2
0
forked from jmug/cactoide

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
run: npm ci
- name: Run type checking
run: npm run check
- name: Run linting
run: npm run lint

View File

@@ -13,7 +13,6 @@ e.
</a>
</p>
#### What is it?
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';
@plugin '@tailwindcss/forms';
@plugin '@tailwindcss/typography';