Bump dependencies and fix typos (#181)

* Update bun.lock

* Bump eslint

* Bye ESLint 9

* Update gitignore

* Fix typos

* Fix

* Update CI

* My bad folks

* Fix ESLint warning, pin ESLint, update lockfile

* Update license

* Delete LICENSE.txt

---------

Co-authored-by: Jafeth Garro <45522320+IAmJafeth@users.noreply.github.com>
This commit is contained in:
blu3 2025-04-30 16:28:08 +03:00 committed by GitHub
parent 7364d1b3f6
commit d7a31db8f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 110 additions and 144 deletions

View file

@ -1,5 +1,7 @@
export default {
const config = {
plugins: {
'@tailwindcss/postcss': {},
},
};
export default config;