-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed stylelint configuration (#405)
* fixed stylelint configuration * bumped packages: design-tokens, service-pages * updated CHANGELOG: design-tokens, service-pages --------- Co-authored-by: Gabriele Borelli <gabriele.borelli@contactlab.com>
- Loading branch information
1 parent
1568e15
commit f78f1f4
Showing
8 changed files
with
49 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
{ | ||
"extends": [ | ||
"@contactlab/stylelint-config", | ||
"@detra-lab/stylelint-config/sass" | ||
"extends": ["@contactlab/stylelint-config"], | ||
"customSyntax": "postcss-scss", | ||
"plugins": [ | ||
"stylelint-scss", | ||
"stylelint-declaration-block-no-ignored-properties" | ||
], | ||
"rules": { | ||
"color-function-notation": "legacy", | ||
"font-weight-notation": ["numeric", {"ignore": ["relative"]}], | ||
"function-no-unknown": null, | ||
"no-duplicate-selectors": null, | ||
"plugin/declaration-block-no-ignored-properties": true, | ||
"property-no-unknown": null, | ||
"scss/function-no-unknown": [true, {"ignoreFunctions": ["colors"]}], | ||
"scss/operator-no-unspaced": null | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Changelog | ||
|
||
## 3.4.1 | ||
|
||
- Fixed stylelint configuration | ||
|
||
## 3.4.0 | ||
|
||
- Replace Marketing Cloud with MailUp CDP | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
{ | ||
"extends": [ | ||
"@contactlab/stylelint-config", | ||
"@detra-lab/stylelint-config/sass" | ||
"extends": ["@contactlab/stylelint-config"], | ||
"customSyntax": "postcss-scss", | ||
"plugins": [ | ||
"stylelint-scss", | ||
"stylelint-declaration-block-no-ignored-properties" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Changelog | ||
|
||
## 3.2.1 | ||
|
||
- Fixed stylelint configuration | ||
|
||
## 3.2.0 | ||
|
||
- Replace Marketing Cloud with MailUp CDP | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters