Skip to content

Commit

Permalink
Merge branch 'stylelint'
Browse files Browse the repository at this point in the history
  • Loading branch information
onosendi committed Feb 20, 2022
2 parents c0ce536 + 4aa0196 commit c954e00
Show file tree
Hide file tree
Showing 39 changed files with 2,261 additions and 383 deletions.
13 changes: 13 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"extends": [
"stylelint-config-standard-scss"
],
"plugins": [
"stylelint-scss"
],
"rules": {
"at-rule-no-unknown": null,
"scss/at-rule-no-unknown": true,
"selector-class-pattern": null
}
}
Loading

0 comments on commit c954e00

Please sign in to comment.