Skip to content

Commit

Permalink
Add Stylelint v15 support (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Th3S4mur41 committed Feb 21, 2023
1 parent 7bb04c9 commit 3017c6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version: [14, 16, 18]
stylelint: [14]
stylelint: [14, 15]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ a {

Refer to [css-property-sort-order-smacss](https://github.com/cahamilton/css-property-sort-order-smacss/blob/v2.2.0/index.js) for the comprehensive list of property orders.

For more information on configuring Stylelint, check out the [configuration](https://github.com/stylelint/stylelint/blob/14.0.0/docs/user-guide/configure.md) guide.
For more information on configuring Stylelint, check out the [configuration](https://github.com/stylelint/stylelint/blob/15.0.0/docs/user-guide/configure.md) guide.

## Advanced

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"eslint-plugin-import": "^2.25.2",
"jest": "^29.0.1",
"prettier": "^2.0.5",
"stylelint": "^14.0.0"
"stylelint": "^14.0.0 || ^15.0.0"
},
"peerDependencies": {
"stylelint": "^14.0.0"
"stylelint": "^14.0.0 || ^15.0.0"
}
}

0 comments on commit 3017c6c

Please sign in to comment.