diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 62e1423..2e11365 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: node-version: [14, 16, 18] - stylelint: [14] + stylelint: [14, 15] steps: - name: Checkout diff --git a/README.md b/README.md index 452f996..eae467d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 54a88dd..fe10dac 100644 --- a/package.json +++ b/package.json @@ -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" } }