gpt4 book ai didi

javascript - create-react-app 子文件夹项目不 lint

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

在子文件夹中使用 create-react-app 引导的项目不会 lint。但是,如果我在 VSCode 中以根目录打开项目子文件夹(如下图所示),或者在根目录下设置一个新的 create-react-app 项目,linting 工作正常。

enter image description here

标准和弹出的 create-react-app 项目都会出现这种情况。

理想情况下不弹出,我怎样才能使 create-react-app 的 linting 与子文件夹项目一起工作?

我正在使用 create-react-app v3.1.1、VSCode 2019 年 8 月版和 Windows 10。

最佳答案

VSCode ESLint Extension 包括用于指定工作目录的设置:

an array for working directories to be used. ESLint resolves configuration files (e.g. eslintrc) relative to a working directory. This new settings allows users to control which working directory is used for which files.

因此,在这种情况下,将以下内容添加到 Workspace settings.json 文件中即可解决问题:

{
"eslint.workingDirectories": [
"./client"
]
}

关于javascript - create-react-app 子文件夹项目不 lint,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57879267/

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