chore: fix eslint config

This commit is contained in:
C4illin 2025-02-01 21:46:15 +01:00
parent 16f27c13bb
commit 480ba77ebe
6 changed files with 147 additions and 93 deletions

View file

@ -25,8 +25,7 @@
"start": "bun run src/index.tsx"
},
"devDependencies": {
"@eslint/compat": "^1.2.5",
"@eslint/js": "^9.18.0",
"@eslint/js": "^9.19.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
"@kitajs/ts-html-plugin": "^4.1.1",
"@tailwindcss/cli": "^4.0.3",
@ -38,11 +37,10 @@
"@types/node": "^22.10.10",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"eslint": "^9.18.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-readable-tailwind": "^1.9.0",
"eslint": "^9.19.0",
"eslint-plugin-readable-tailwind": "^2.0.0-beta.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tailwindcss": "^3.18.0",
"eslint-plugin-tailwindcss": "4.0.0-alpha.0",
"globals": "^15.14.0",
"knip": "^5.43.1",
"npm-run-all2": "^7.0.2",
@ -52,6 +50,6 @@
"tailwind-scrollbar": "^4.0.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0"
"typescript-eslint": "^8.22.0"
}
}