Skip to content

Commit

Permalink
feat: upgrade to support stylelint 9.10.x (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jzempel committed Jan 23, 2019
1 parent 6555715 commit 1ee5f33
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 217 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -23,7 +23,7 @@
"test": "yarn lint && yarn format && git diff --quiet"
},
"peerDependencies": {
"stylelint": "^9.9.x",
"stylelint": "^9.10.x",
"stylelint-order": "^2.x"
},
"devDependencies": {
Expand All @@ -34,7 +34,7 @@
"husky": "1.3.1",
"prettier-package-json": "2.0.1",
"standard-version": "4.4.0",
"stylelint": "9.9.0",
"stylelint": "9.10.1",
"stylelint-order": "2.0.0"
},
"keywords": [
Expand Down
2 changes: 2 additions & 0 deletions rules/possible-errors/function.js
Expand Up @@ -7,6 +7,8 @@

module.exports = {
rules: {
// Disallow an invalid expression within `calc` functions
'function-calc-no-invalid': true,
// Disallow an unspaced operator within `calc` functions
'function-calc-no-unspaced-operator': true,
// Disallow direction values in `linear-gradient()` calls that are not valid according to the standard syntax
Expand Down

0 comments on commit 1ee5f33

Please sign in to comment.