Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
chore: add stylesheet linting (#4116)
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Jun 18, 2020
1 parent efcbaff commit 6772309
Show file tree
Hide file tree
Showing 17 changed files with 5,936 additions and 3,924 deletions.
11 changes: 11 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": "stylelint-config-standard",
"plugins": [
"stylelint-scss"
],
"rules": {
"at-rule-no-unknown": null,
"declaration-block-single-line-max-declarations": null,
"scss/at-rule-no-unknown": true
}
}
Loading

0 comments on commit 6772309

Please sign in to comment.