Browse Source

add stylelint configuration file

Yuki Takei 2 năm trước cách đây
mục cha
commit
604890e618
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      apps/slackbot-proxy/.stylelintrc.json

+ 6 - 0
apps/slackbot-proxy/.stylelintrc.json

@@ -0,0 +1,6 @@
+{
+  "extends": "../../.stylelintrc.json",
+  "ignoreFiles": [
+    "src/public/**/*.css"
+  ]
+}