diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-09-19 12:48:23 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-09-19 12:48:23 +0800 |
commit | c2de5f11c1f47b528e346bc75ef6c60c355258fe (patch) | |
tree | c362197f5a5a9db7f8ab3100ebea53976596e7b0 /package.json | |
parent | df2ea92b415f28a7279643e230b6138f1e2961e2 (diff) |
test: add style lint
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 34729d1..4c2911b 100644 --- a/package.json +++ b/package.json | |||
@@ -39,7 +39,9 @@ | |||
39 | "eslint-plugin-node": "^11.1.0", | 39 | "eslint-plugin-node": "^11.1.0", |
40 | "eslint-plugin-promise": "^7.1.0", | 40 | "eslint-plugin-promise": "^7.1.0", |
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", | ||
44 | "stylelint-config-standard": "^36.0.1" | ||
43 | }, | 45 | }, |
44 | "dependencies": { | 46 | "dependencies": { |
45 | "easymde": "^2.18.0", | 47 | "easymde": "^2.18.0", |