Skip to content

Commit

Permalink
Migrate to Stylelint 15
Browse files Browse the repository at this point in the history
  • Loading branch information
yayuyokitano committed Sep 11, 2023
1 parent 2a74a83 commit 7aa45a8
Show file tree
Hide file tree
Showing 3 changed files with 907 additions and 283 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
module.exports = {
extends: [
'stylelint-config-standard-scss',
],
'plugins': [
'stylelint-order',
],
Expand Down Expand Up @@ -42,6 +45,7 @@ module.exports = {
'selector-attribute-operator-space-before': 'never',
'selector-combinator-space-after': 'always',
'selector-combinator-space-before': 'always',
'selector-class-pattern': '^[a-z][a-zA-Z0-9]+$',
'selector-descendant-combinator-no-non-space': true,
'selector-max-empty-lines': 0,
'selector-max-id': 0,
Expand Down
Loading

0 comments on commit 7aa45a8

Please sign in to comment.