aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-20 17:07:55 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-20 17:07:55 +0800
commit97d6f953ebe410818e4a85096c6da73b08a986a1 (patch)
tree95c672c47d6c75ca0535a9a9db84978819e0134e /package.json
parente1996ae9067555c4b774c8de800d1b4d647c4085 (diff)
chore: apply stylelint-order
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 865e2a1..3b7142d 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,8 @@
41 "globals": "^15.9.0", 41 "globals": "^15.9.0",
42 "rollup": "^4.21.3", 42 "rollup": "^4.21.3",
43 "stylelint": "^16.9.0", 43 "stylelint": "^16.9.0",
44 "stylelint-config-standard": "^36.0.1" 44 "stylelint-config-standard": "^36.0.1",
45 "stylelint-order": "^6.0.4"
45 }, 46 },
46 "dependencies": { 47 "dependencies": {
47 "easymde": "^2.18.0", 48 "easymde": "^2.18.0",