Skip to content

Commit

Permalink
Merge pull request #369 from bjankord/master
Browse files Browse the repository at this point in the history
Added: support for stylelint version 11
  • Loading branch information
kristerkari committed Sep 17, 2019
2 parents 2f63ae0 + 830a85a commit 06fe0ce
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
# 3.11.0

- Added: support for stylelint version 11.

# 3.10.1

- Fixed: broken linting reporting for `dimension-no-non-numeric-values` rule.
Expand Down
71 changes: 55 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -41,10 +41,10 @@
"request": "^2.88.0",
"rimraf": "^3.0.0",
"semver": "^6.3.0",
"stylelint": "^10.1.0"
"stylelint": "^11.0.0"
},
"peerDependencies": {
"stylelint": "^8.0.0 || ^9.0.0 || ^10.0.0"
"stylelint": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
},
"engines": {
"node": ">=8"
Expand Down

0 comments on commit 06fe0ce

Please sign in to comment.