Skip to content

Commit

Permalink
upgrade to stylelint 16
Browse files Browse the repository at this point in the history
  • Loading branch information
yayuyokitano committed Jan 13, 2024
1 parent 77f8f47 commit ee0584f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
extends: [
'stylelint-config-standard',
'stylelint-config-standard-scss',
],
'plugins': [
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,19 @@
"stylelint-config"
],
"engines": {
"node": ">=10.0.0"
"node": ">=18.12.0"
},
"dependencies": {
"stylelint-order": "6.0.3"
"stylelint-order": "6.0.4"
},
"devDependencies": {
"@web-scrobbler/eslint-config": "3.0.0",
"eslint": "8.50.0"
},
"peerDependencies": {
"stylelint": ">=15.10.0",
"stylelint-config-standard-scss": ">=11.0.0"
"stylelint": ">=16.1.0",
"stylelint-config-standard-scss": ">=13.0.0",
"stylelint-config-standard": ">=36.0.0"
},
"eslintConfig": {
"extends": "@web-scrobbler/eslint-config",
Expand Down

0 comments on commit ee0584f

Please sign in to comment.