Skip to content

Commit 76c3896

Browse files
committed
Stylelint - instalace stylelint-order + npm audit fix + npm outdated
1 parent c13d7fa commit 76c3896

File tree

3 files changed

+1643
-460
lines changed

3 files changed

+1643
-460
lines changed

.stylelintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"plugins": [
33
"stylelint-selector-bem-pattern"
44
],
5-
"extends": "stylelint-config-standard",
5+
"extends": : [
6+
"stylelint-config-standard",
7+
"stylelint-config-visionapps-order"
8+
],
69
"rules": {
710
"at-rule-empty-line-before": null,
811
"at-rule-name-space-after": null,

0 commit comments

Comments
 (0)