mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
refactor: update stylelint configuration in VSCode settings for improved path resolution
- Changed the stylelint.configFile path to use the workspace folder variable for better compatibility across different environments. - Added stylelint.configBasedir to ensure correct base directory resolution for stylelint configuration.
This commit is contained in:
Vendored
+2
-4
@@ -20,10 +20,8 @@
|
||||
"stylelint.enable": true,
|
||||
"css.validate": false,
|
||||
"scss.validate": false,
|
||||
"stylelint.config": {
|
||||
"extends": "./.stylelintrc.json"
|
||||
},
|
||||
"stylelint.configFile": ".stylelintrc.json",
|
||||
"stylelint.configFile": "${workspaceFolder}/.stylelintrc.json",
|
||||
"stylelint.configBasedir": "${workspaceFolder}",
|
||||
"stylelint.validate": [
|
||||
"css",
|
||||
"less",
|
||||
|
||||
Reference in New Issue
Block a user