如何设置更漂亮的代码在项目中运行?

时间:2020-07-13 15:20:10

标签: javascript linux npm prettier

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --exec babel-node index.js",
"start": "node index.js",
"prettier": "prettier --write **/*.js"

当我运行 npm run prettier 时,只有第一层文件被美化。 在Windows上可以正常工作,但在linux上则不能工作。

在Windows上

How it works on Windows

在Linux上

How it works on Linux

我想整理所有.js文件。我该怎么办?

0 个答案:

没有答案