XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFESpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFESpaceNinjaServer

chore: use prettier instead of lint:fix for 'npm run fix' (#2906)

e.g., eslint can't fix prettier problems in .json files Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2906 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>

be3dd7ab
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified package.json +1 -1
@@ -22,7 +22,7 @@
22 22 "lint:fix": "eslint --fix --ext .ts .",
23 23 "prettier": "prettier --write .",
24 24 "update-translations": "cd scripts && node update-translations.cjs",
25 "fix": "npm run update-translations && npm run lint:fix"
25 "fix": "npm run update-translations && npm run prettier"
26 26 },
27 27 "license": "GNU",
28 28 "type": "module",