diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-08-08 20:39:29 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-08-08 20:39:29 +0800 |
commit | efa5db2365055bf0bc0649e2a76de97e8395f958 (patch) | |
tree | e791244be35c3003ab62d5cba40432f938c7a217 /web | |
parent | 19ab5f5cf66a18880eb5728786a76bb8bd9b9677 (diff) |
Update
Diffstat (limited to 'web')
-rw-r--r-- | web/stylelint.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/stylelint.js b/web/stylelint.js new file mode 100644 index 0000000..27491df --- /dev/null +++ b/web/stylelint.js | |||
@@ -0,0 +1,5 @@ | |||
1 | module.exports = { | ||
2 | "extends": [ | ||
3 | "stylelint-config-clean-order" | ||
4 | ] | ||
5 | } | ||