Update stylelint dependencies (#9483)

* chore: update stylelint

* css fixes

* css fixes

* css fixes
This commit is contained in:
Denys Vuika
2024-03-28 10:36:47 -04:00
committed by GitHub
parent 66ec68551f
commit 88ebd225bd
14 changed files with 462 additions and 371 deletions

View File

@@ -427,7 +427,7 @@
"options": {
"commands": [
{
"command": "npx stylelint lib/core/**/*.scss --config stylelint-config.json"
"command": "npx stylelint lib/core/**/*.scss --config .stylelintrc.json"
}
]
}
@@ -573,7 +573,7 @@
"options": {
"commands": [
{
"command": "npx stylelint lib/content-services/**/*.scss --config stylelint-config.json"
"command": "npx stylelint lib/content-services/**/*.scss --config .stylelintrc.json"
}
]
}
@@ -644,7 +644,7 @@
"options": {
"commands": [
{
"command": "npx stylelint lib/process-services-cloud/**/*.scss --config stylelint-config.json"
"command": "npx stylelint lib/process-services-cloud/**/*.scss --config .stylelintrc.json"
}
]
}
@@ -776,7 +776,7 @@
"options": {
"commands": [
{
"command": "npx stylelint lib/process-services-cloud/**/*.scss --config stylelint-config.json"
"command": "npx stylelint lib/process-services-cloud/**/*.scss --config .stylelintrc.json"
}
]
}
@@ -847,7 +847,7 @@
"options": {
"commands": [
{
"command": "npx stylelint lib/insights/**/*.scss --config stylelint-config.json"
"command": "npx stylelint lib/insights/**/*.scss --config .stylelintrc.json"
}
]
}