Skip to content

Commit

Permalink
fix(stylelint-config-scss): fix add missing parser
Browse files Browse the repository at this point in the history
  • Loading branch information
spike-rabbit authored and kfenner committed Jan 22, 2025
1 parent c677b09 commit 6b6d7c9
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
32 changes: 30 additions & 2 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-tsdoc": "^0.3.0",
"husky": "^9.1.5",
"postcss-scss": "^4.0.9",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"semantic-release": "^24.2.0",
Expand Down
1 change: 1 addition & 0 deletions stylelint-config-scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
},
"license": "MIT",
"peerDependencies": {
"postcss-scss": "^4.0.0",
"stylelint": "^16.8.1",
"stylelint-scss": "^6.5.1"
}
Expand Down
1 change: 1 addition & 0 deletions stylelint-config-scss/stylelintrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins:
- stylelint-scss
customSyntax: postcss-scss
rules:
at-rule-disallowed-list:
- debug
Expand Down

0 comments on commit 6b6d7c9

Please sign in to comment.