Atom 无法识别 create-react-app 的 linting 错误

发布于 2025-01-14 01:32:13 字数 466 浏览 1 评论 0原文

当我通过 npx create-react-app my-app 命令创建新的 React 应用程序时,编辑器中不会标记 linting 错误。当然,当应用程序运行时,它们仍然出现在终端中。

  • create-react-app:v.5.0.0
  • 反应:v.17.0.2
  • npm:v.8.1.2
  • 编辑器:Atom v.1.60.0

Atom Linting 包:

  • jsonlint v.1.1.4
  • linter v3.4.0
  • linter-eslint 9.0.0
  • linter-ui-default 3.4.1

你知道为什么会这样吗?

注意:我已经有其他项目使用 Atom 正确地进行了 lint 检测,只是不确定为什么基础 CRA 不进行 lint 检测。

When I create a new React app via the npx create-react-app my-app command, linting errors do not get flagged within the editor. They still appear in the terminal when the app is run of course.

  • create-react-app: v.5.0.0
  • react: v.17.0.2
  • npm: v.8.1.2
  • editor: Atom v.1.60.0

Atom Linting Packages:

  • jsonlint v.1.1.4
  • linter v3.4.0
  • linter-eslint 9.0.0
  • linter-ui-default 3.4.1

Any ideas of why this might be?

Note: I've got other projects linting properly with Atom, just not sure why base CRA does not lint.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文