Skip to content

Commit

Permalink
Provide a stylelint config that we can tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
pablobm committed Feb 3, 2022
1 parent 17a0961 commit 0b4b7b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .hound.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ ruby:
scss:
enabled: true
config_file: .scss-lint.yml
stylelint:
config_file: .stylelintrc.json
3 changes: 3 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "@thoughtbot/stylelint-config"
}

0 comments on commit 0b4b7b7

Please sign in to comment.