chore: upgrade linting, apply linting

This commit is contained in:
2025-12-07 00:14:58 +01:00
parent 956f2a95e9
commit da21c627d7
5 changed files with 141 additions and 55 deletions

View File

@@ -12,7 +12,7 @@
"eslint:report": "eslint '**/*.{js,tsx,ts}'"
},
"engines": {
"node": ">=20"
"node": ">=24"
},
"repository": {
"type": "git",
@@ -25,8 +25,8 @@
},
"homepage": "https://github.com/ivuorinen/generic-landing-page#readme",
"devDependencies": {
"@ivuorinen/eslint-config": "^0.5.0",
"@ivuorinen/stylelint-config": "^0.3.0",
"@ivuorinen/eslint-config": "^1",
"@ivuorinen/stylelint-config": "^1",
"@tailwindcss/vite": "^4.0.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",