Skip to content

Commit

Permalink
Switch @visionappscz/stylelint-config to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Aug 22, 2024
1 parent 94a4a36 commit 02a83f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 26 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@visionappscz/eslint-config-visionapps": "^1.7.0",
"@visionappscz/stylelint-config": "^4.0.0-beta1",
"@visionappscz/stylelint-config": "^4.0.0",
"autoprefixer": "^10.4.19",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
Expand Down
21 changes: 0 additions & 21 deletions stylelint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,6 @@ module.exports = {
},
],

// Override `@visionappscz/stylelint-config/order` rules to ignore all block at rules:
'order/order': [
'dollar-variables',
'custom-properties',
{
name: 'extend',
type: 'at-rule',
},
{
hasBlock: false,
name: 'include',
type: 'at-rule',
},
'declarations',
'rules',
// {
// hasBlock: true,
// type: 'at-rule',
// },
],

// Require camelCase pattern for class names as they are picked up by dot notation in JS.
// Also allow kebab-case class names for global helper and utility classes.
//
Expand Down

0 comments on commit 02a83f7

Please sign in to comment.