aboutsummaryrefslogtreecommitdiffhomepage
path: root/web
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-08-08 20:39:29 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-08-08 20:39:29 +0800
commitefa5db2365055bf0bc0649e2a76de97e8395f958 (patch)
treee791244be35c3003ab62d5cba40432f938c7a217 /web
parent19ab5f5cf66a18880eb5728786a76bb8bd9b9677 (diff)
Update
Diffstat (limited to 'web')
-rw-r--r--web/stylelint.js5
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 @@
1module.exports = {
2 "extends": [
3 "stylelint-config-clean-order"
4 ]
5}