返回提交历史
Modified
package.json
+1
-1
XFEstudio/SpaceNinjaServer
fixup: use eslint:fix instead of prettier in fix script
f13de810
代码差异
1 个文件
+1
-1
@@ -23,7 +23,7 @@
23
23
"prettier": "prettier --write .",
24
24
"update-translations": "cd scripts && node update-translations.cjs",
25
25
"fix-imports": "cd scripts && node fix-imports.cjs",
26
"fix": "npm run update-translations && npm run fix-imports && npm run prettier"
26
"fix": "npm run update-translations && npm run fix-imports && npm run lint:fix"
27
27
},
28
28
"license": "GNU",
29
29
"type": "module",