chore: fix lint for stylelint 14

This commit is contained in:
Fernando Fernández
2021-12-29 12:24:13 +01:00
parent 34b7327d6d
commit 4f18f67fa9
9 changed files with 7949 additions and 80 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"lokalise.i18n-ally",
"ryanluker.vscode-coverage-gutters"
"ryanluker.vscode-coverage-gutters",
"stylelint.vscode-stylelint"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
+2 -1
View File
@@ -5,5 +5,6 @@
"vetur.format.defaultFormatter.html": "prettier",
"i18n-ally.sourceLanguage": "en-US",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"i18n-ally.localesPaths": ["src/locales"]
"i18n-ally.localesPaths": ["src/locales"],
"stylelint.validate": ["vue"]
}