mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 13:37:20 +00:00
📌(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:
parent
19aa3a36bc
commit
37f56fcc22
1 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,8 @@
|
|||
"node",
|
||||
"node-fetch",
|
||||
"react-resizable-panels",
|
||||
"stylelint",
|
||||
"stylelint-config-standard",
|
||||
"workbox-webpack-plugin"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue