我想在不安装任何反应插件的情况下使用 airbnb 的 eslinter。那可能吗?
基本上,我只想使用这个:eslint-config-airbnb。但它似乎捆绑了一些特定于反应的东西,因为它需要:
它需要 eslint、eslint-plugin-import、eslint-plugin-react 和 eslint-plugin-jsx-a11y。
如果我不单独安装其他插件,我的 Atom 编辑器会抱怨:
错误:加载插件反应失败:找不到模块'eslint-plugin-react' 引用自:airbnb 引用自:/../../.eslintrc
那么我如何在没有那些 react 插件的情况下使用 eslint-config-airbnb 呢?(因为我不会使用反应)。