Skip to content

Commit

Permalink
fix: downgrade stylelint due to pending bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Sep 10, 2020
1 parent 889b147 commit 5faf55a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generators/app/templates/_.stylelintrc
Expand Up @@ -45,7 +45,7 @@
"ignorePseudoElements": ["ng-deep"]
}
],
"unit-allowed-list": ["px", "%", "em", "rem", "vw", "vh", "deg", "s"],
"unit-whitelist": ["px", "%", "em", "rem", "vw", "vh", "deg", "s"],
"max-empty-lines": 2,
"max-line-length": 120
}
Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/_package.json
Expand Up @@ -186,7 +186,7 @@
<% if (props.tools.includes('puppeteer')) { -%>
"puppeteer": "^5.2.1",
<% } -%>
"stylelint": "~13.7.0",
"stylelint": "~13.6.1",
"stylelint-config-recommended-scss": "~4.2.0",
"stylelint-config-standard": "~20.0.0",
"stylelint-scss": "~3.18.0",
Expand Down

0 comments on commit 5faf55a

Please sign in to comment.