gpt4 book ai didi

javascript - 如何从 npm 脚本运行 eslint --fix

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:40:52 28 4
gpt4 key购买 nike

我正在尝试在我的 package.json 中添加 lint-fix。我的基本 lint 是 "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"

我确实尝试了 "lint-fix": "eslint --fix --ext .js,.vue src test/unit/specs test/e2e/specs" 但它抛出了我的错误但不修复它们。

我需要更改什么?

NPM 的错误是:

217 problems (217 errors, 0 warnings)
npm ERR! Windows_NT 10.0.14393
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run-script" "lint-fix"
npm ERR! node v5.10.1
npm ERR! npm v3.8.3
npm ERR! code ELIFECYCLE
npm ERR! quasar-app@0.0.1 lint-fix: eslint --fix --ext .js,.vue src
npm ERR! Exit status 1
npm ERR! but it is caused by exit code 1 which is result of finding errors.

最佳答案

您可以运行以下命令:

npm run lint -- --fix

关于javascript - 如何从 npm 脚本运行 eslint --fix,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40271230/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com