Skip to content

Commit

Permalink
[#39] Migrate to stylelint v15 (#40)
Browse files Browse the repository at this point in the history
#39

- Updates all the packages to latest
- Updates peer dependencies
- Updates tool-versions to match
- Updates the version number
  • Loading branch information
planktonic authored Jan 10, 2024
1 parent 4567f4f commit c2667c7
Show file tree
Hide file tree
Showing 4 changed files with 5,299 additions and 3,860 deletions.
2 changes: 1 addition & 1 deletion linting/stylelint-config-bitcrowd/.tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 14.18.1
nodejs 18.16.0
2 changes: 0 additions & 2 deletions linting/stylelint-config-bitcrowd/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
module.exports = {
extends: [
'stylelint-config-standard-scss',
'stylelint-config-prettier',
'stylelint-config-property-sort-order-smacss',
],
rules: {
Expand All @@ -20,7 +19,6 @@ module.exports = {
'selector-max-id': 0,
'selector-max-type': 0,
'selector-no-vendor-prefix': true,
'string-quotes': 'single',
'value-keyword-case': [
'lower',
{
Expand Down
Loading

0 comments on commit c2667c7

Please sign in to comment.