Skip to content

Commit

Permalink
Support stylelint 16
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Jan 8, 2024
1 parent 9ac140e commit 27a9d55
Show file tree
Hide file tree
Showing 4 changed files with 662 additions and 170 deletions.
5 changes: 5 additions & 0 deletions .changeset/tricky-lobsters-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@chialab/stylelint-config": major
---

Support stylelint 16.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
export default {
ignoreFiles: [
'node_modules/**/*',
'dist/**/*',
Expand Down
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
"name": "@chialab/stylelint-config",
"description": "Chialab's linting rules for Stylelint.",
"version": "3.0.1",
"type": "module",
"license": "MIT",
"author": "Chialab <[email protected]> (https://www.chialab.it)",
"main": "index.js",
"exports": {
".": "./index.js"
},
"scripts": {
"lint": "eslint index.js"
"lint": "eslint index.js && publint"
},
"files": [
"LICENSE",
Expand All @@ -22,16 +26,18 @@
},
"homepage": "https://github.com/chialab/stylelint-config",
"peerDependencies": {
"stylelint": "^15.0.0"
"stylelint": "^16.0.0"
},
"dependencies": {
"stylelint-order": "^6.0.0",
"stylelint-value-no-unknown-custom-properties": "^5.0.0"
"stylelint-order": "^6.0.4",
"stylelint-value-no-unknown-custom-properties": "^6.0.0"
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
"@chialab/eslint-config": "^4.0.0",
"eslint": "^8.0.0",
"publint": "^0.2.6",
"stylelint": "^16.0.0",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 27a9d55

Please sign in to comment.