mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Update stylelint dependencies (#9483)
* chore: update stylelint * css fixes * css fixes * css fixes
This commit is contained in:
10
angular.json
10
angular.json
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user