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.
我想将我的 eslintrc 规则与 fixmyjs 一起使用。这可能吗?
如果没有,有没有一种简单的方法可以从我的 ESLint 文件生成 JSHint 文件?
我假设我可以使用 JSHint 文件指定我的 fixmyjs 规则。
您可以使用--fixeslint 中的标志:
--fix
eslint --fix .