diff --git a/.hound.yml b/.hound.yml
index 612bc4ab7b819aa3ff8badf3a09c099507017523..781d3a28f504f282cee261e35d902e3674cae69b 100644
--- a/.hound.yml
+++ b/.hound.yml
@@ -3,3 +3,5 @@ ruby:
 scss:
   enabled: true
   config_file: .scss-lint.yml
+stylelint:
+  config_file: .stylelintrc.json
diff --git a/.stylelintrc.json b/.stylelintrc.json
new file mode 100644
index 0000000000000000000000000000000000000000..3171f405aacba734da23aec5e3c845d24f89d281
--- /dev/null
+++ b/.stylelintrc.json
@@ -0,0 +1,3 @@
+{
+  "extends": "@thoughtbot/stylelint-config"
+}