📌(frontend) blocked upgrade stylelint

stylelint introduces lot of breaking changes
in its latest version, and since
we use it only for linting css files,
so we can block its upgrade for now and upgrade
it later when we will have more time to handle
the breaking changes.
This commit is contained in:
Anthony LC 2026-03-24 11:14:49 +01:00
parent 19aa3a36bc
commit 37f56fcc22
No known key found for this signature in database

View file

@ -64,6 +64,8 @@
"node",
"node-fetch",
"react-resizable-panels",
"stylelint",
"stylelint-config-standard",
"workbox-webpack-plugin"
]
}