Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerkari committed Oct 25, 2022
1 parent b2e10dc commit d774e0f
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 31 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
ignoreAtRules: ['if', 'else'],
},
],
'import-notation': 'string',

This comment has been minimized.

Copy link
@chalkygames123

chalkygames123 Mar 15, 2023

@kristerkari Any plan to change this to 'url' (or just remove) to align with stylelint-config-standard v29.0.0?

Related: stylelint/stylelint-config-standard#265

This comment has been minimized.

Copy link
@kristerkari

kristerkari Mar 15, 2023

Author Contributor

@chalkygames123 I did not know about it, but yes, we can change it.

This comment has been minimized.

Copy link
@chalkygames123

chalkygames123 Mar 15, 2023

Thanks, I'll create a pull request for that.

'scss/at-else-closing-brace-newline-after': 'always-last-in-chain',
'scss/at-else-closing-brace-space-after': 'always-intermediate',
'scss/at-else-empty-line-before': 'never',
Expand Down
62 changes: 34 additions & 28 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
]
},
"dependencies": {
"stylelint-config-recommended-scss": "^7.0.0",
"stylelint-config-standard": "^26.0.0"
"stylelint-config-recommended-scss": "^8.0.0",
"stylelint-config-standard": "^29.0.0"
},
"devDependencies": {
"@stylelint/prettier-config": "^2.0.0",
Expand All @@ -61,6 +61,6 @@
"stylelint": "^14.9.0"
},
"peerDependencies": {
"stylelint": "^14.9.0"
"stylelint": "^14.14.0"
}
}

0 comments on commit d774e0f

Please sign in to comment.