Skip to content

Commit

Permalink
Update to latest stylelint:13.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
FritsvanCampen committed Jan 21, 2021
1 parent c2936b4 commit 597ad64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ module.exports = {
"value-list-comma-newline-before": "never-multi-line",
"value-list-comma-space-after": "always",
"value-list-comma-space-before": "never",
"declaration-property-value-whitelist": {
"declaration-property-value-allowed-list": {
"flex": ["/^\\S+\\s+\\S+\\s+\\S+$/"]
},
"indentation": "tab"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/Moxio/stylelint-config-moxio.git"
},
"dependencies": {
"stylelint": "^9.0.0",
"stylelint": "^13.9.0",
"stylelint-selector-tag-no-without-class": "^2.0.0"
}
}

0 comments on commit 597ad64

Please sign in to comment.