gpt4 book ai didi

atom-editor - Atom with prettier, eslint and airbnb style guide for React development

转载 作者:行者123 更新时间:2023-12-04 03:14:33 30 4
gpt4 key购买 nike

有谁知道如何在 Atom 编辑器中使用 prettier 正确设置 eslint?我想使用 airbnb 预设,但是当我在更漂亮的设置中检查 ESlint 集成时,在我保存我的文件后,我在某些功能之后有尾随逗号,以及其他奇怪的问题。如何设置以在文件保存后更符合 airbnb 规则?

最佳答案

您可能想查看 https://github.com/prettier/prettier-eslint

来自描述:

问题

eslintfix 功能非常棒,可以根据您的 ESLint 配置自动格式化/修复大部分代码。 prettier 是一个更强大的自动格式化程序。 prettier 的优点之一是它的自以为是。不幸的是,它不够有主见和/或有些观点与我的不同。因此,在更漂亮地格式化代码之后,我开始出现 linting 错误。

这个解决方案

这会通过 prettier 格式化您的代码,然后将其结果传递给 eslint --fix。这样,您既可以享受 prettier 卓越的格式化功能,也可以享受 eslint 的配置功能。<​​/p>

For files with an extension of .css, .less, .scss, or .json this only runs prettier since eslint cannot process those.

关于atom-editor - Atom with prettier, eslint and airbnb style guide for React development,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45270169/

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