Skip to content

Commit

Permalink
Updates stylelint config.
Browse files Browse the repository at this point in the history
  • Loading branch information
charlon committed Jan 16, 2024
1 parent 66d765d commit ff411aa
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"extends": [
"stylelint-config-standard-scss",
"stylelint-config-recommended-vue/scss"
],
"rules": {
"custom-property-empty-line-before": "never",
"scss/no-global-function-names": null,
"no-invalid-position-at-import-rule": null,
"scss/at-import-partial-extension": [
"never",
{
"severity": "warning"
}
]
}
}

0 comments on commit ff411aa

Please sign in to comment.