eslint-config-airbnb-base 是一个共享 ESLint 配置,它包含了一组符合 Airbnb JavaScript 风格指南的基础 ESLint 规则。要使用 eslint-config-airbnb-base,你可以按照以下步骤进行操作: 安装eslint-config-airbnb-base 包: 首先,你需要在你的项目中安装 eslint-config-airbnb-base 包。你可以通过 npm 或 ...
npm install --save-dev eslint-config-airbnb-base eslint@^#.#.# eslint-plugin-import@^#.#.# If usingnpm < 5, Windows users can either install all the peer dependencies manually, or use theinstall-peerdepscli tool. npm install -g install-peerdeps install-peerdeps --dev eslint-config-...
base on airbnb config. Latest version: 1.3.0, last published: 7 years ago. Start using eslint-config-airbnb-base-extend in your project by running `npm i eslint-config-airbnb-base-extend`. There are no other projects in the npm registry using eslint-conf
eslint 5 is not yet compatible with the airbnb config (see #1834) - when npm ls exits nonzero, nothing can be expected to work. 👍 2 👎 4 😕 4 ljharb closed this on Jun 28, 2018 mikeerickson commented on Jun 28, 2018 @ljharb Awesome, thanks for quick response, I will...