0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 08:58:11 +00:00

bring back stylelint

This commit is contained in:
Víctor Losada Hernández
2026-03-03 15:08:18 +01:00
parent f3f8450081
commit 6144186870
2 changed files with 309 additions and 218 deletions

View File

@@ -138,6 +138,7 @@
"vite": "^7.3.1"
},
"devDependencies": {
"@stylistic/stylelint-plugin": "^5.0.1",
"babel-jest": "^30.2.0",
"babel-plugin-transform-import-meta": "^2.3.3",
"eslint": "^9.39.1",
@@ -148,7 +149,9 @@
"jest-expect-message": "^1.1.3",
"jsdom": "^28.1.0",
"jsdom-global": "^3.0.2",
"stylelint": "^16.25.0",
"stylelint": "^17.4.0",
"stylelint-config-recess-order": "^7.6.1",
"stylelint-config-recommended": "^18.0.0",
"supertest": "^7.1.4"
}
}