Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用bin/watch-administration.sh,但由于第三方插件中的 linting 错误,编译失败。
bin/watch-administration.sh
如何禁用 ESLint?
为了在任一期间禁用 ESLint,或者bin/watch-administration.sh可以在项目文件中设置bin/watch-storefront.sh环境变量:ESLINT_DISABLEtrue.env
bin/watch-storefront.sh
ESLINT_DISABLE
true
.env
ESLINT_DISABLE=true