Skip to content

Commit 5414e3e

Browse files
updated package json
1 parent e09cbdc commit 5414e3e

File tree

4 files changed

+1203
-765
lines changed

4 files changed

+1203
-765
lines changed

.stylelintrc

+17-11
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,29 @@
11
{
2-
"extends": [
3-
"stylelint-config-standard",
4-
"stylelint-config-standard-scss",
5-
"stylelint-prettier/recommended"
6-
],
7-
"plugins": ["stylelint-scss","stylelint-prettier"],
2+
"extends": ["stylelint-config-standard", "stylelint-config-standard-scss"],
3+
"plugins": ["stylelint-scss", "stylelint-prettier"],
84
"rules": {
95
"prettier/prettier": true,
106
"scss/dollar-variable-pattern": null,
117
"number-leading-zero": null,
128
"at-rule-no-unknown": null,
139
"scss/at-rule-no-unknown": true,
14-
"unit-allowed-list": ["em", "rem", "%", "px", "fr", "vh", "ms", "s", "vw","deg"],
10+
"unit-allowed-list": [
11+
"em",
12+
"rem",
13+
"%",
14+
"px",
15+
"fr",
16+
"vh",
17+
"ms",
18+
"s",
19+
"vw",
20+
"deg"
21+
],
1522
"rule-empty-line-before": null,
1623
"no-duplicate-selectors": true,
1724
"color-hex-length": "long",
1825
"color-named": null,
19-
"selector-no-qualifying-type": [true, {"ignore": ["attribute"]}],
26+
"selector-no-qualifying-type": [true, { "ignore": ["attribute"] }],
2027
"declaration-no-important": true,
2128
"function-url-quotes": "always",
2229
"font-family-name-quotes": "always-where-recommended",
@@ -27,9 +34,8 @@
2734
"media-feature-range-operator-space-after": "always",
2835
"no-descending-specificity": true,
2936
"font-family-no-duplicate-names": true,
30-
"font-family-no-missing-generic-family-keyword":null,
31-
"keyframe-block-no-duplicate-selectors" : true
32-
37+
"font-family-no-missing-generic-family-keyword": null,
38+
"keyframe-block-no-duplicate-selectors": true
3339
},
3440
"overrides": [
3541
{

0 commit comments

Comments
 (0)