diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-08 17:33:26 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-09 14:52:19 +0800 |
commit | 9e62f0371f66cc4f2aa275f958f16a9443b108b7 (patch) | |
tree | 41580b2b047eff59dc37b2fe935789d36a0c4654 /package.json | |
parent | 551c5c3fbe7163bc78e5159ddbc57967a0299e4e (diff) |
chore: apply standardjs with trailing comma
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 2c39691..0017e6c 100644 --- a/package.json +++ b/package.json | |||
@@ -25,7 +25,7 @@ | |||
25 | "build-resources": "cp node_modules/easymde/dist/easymde.min.js dist; cp node_modules/easymde/dist/easymde.min.css dist/css", | 25 | "build-resources": "cp node_modules/easymde/dist/easymde.min.js dist; cp node_modules/easymde/dist/easymde.min.css dist/css", |
26 | "server": "live-server --port=8080 --ignore='**/src/**js' --wait=2000 --no-browser --cors", | 26 | "server": "live-server --port=8080 --ignore='**/src/**js' --wait=2000 --no-browser --cors", |
27 | "dev": "npm run server", | 27 | "dev": "npm run server", |
28 | "lint": "npx standard", | 28 | "lint": "standard --fix", |
29 | "style": "scripts/stylelint.sh", | 29 | "style": "scripts/stylelint.sh", |
30 | "prepack": "npm run lint && npm run style && npm run build", | 30 | "prepack": "npm run lint && npm run style && npm run build", |
31 | "postpack": "rm -rf dist/css dist/renderers; ln -sf `pwd`/src/css dist; cp node_modules/easymde/dist/easymde.min.css src/css; ln -sf `pwd`/mapclay/dist/renderers dist" | 31 | "postpack": "rm -rf dist/css dist/renderers; ln -sf `pwd`/src/css dist; cp node_modules/easymde/dist/easymde.min.css src/css; ln -sf `pwd`/mapclay/dist/renderers dist" |
@@ -38,7 +38,6 @@ | |||
38 | "globals": "^15.10.0", | 38 | "globals": "^15.10.0", |
39 | "rollup": "^4.24.0", | 39 | "rollup": "^4.24.0", |
40 | "rollup-plugin-bundle-stats": "^4.15.1", | 40 | "rollup-plugin-bundle-stats": "^4.15.1", |
41 | "standard": "^17.1.2", | ||
42 | "stylelint": "^16.9.0", | 41 | "stylelint": "^16.9.0", |
43 | "stylelint-config-standard": "^36.0.1", | 42 | "stylelint-config-standard": "^36.0.1", |
44 | "stylelint-order": "^6.0.4" | 43 | "stylelint-order": "^6.0.4" |