@abdelrahman-elkady/eslint-config 中文文档教程

发布于 5年前 浏览 21 项目主页 更新于 3年前

我自己的 ESLint 风格,扩展了 airbnb-base 配置。

Installation

  • 安装配置:npm i -D @abdelrahman-elkady/eslint-config

  • 安装对等依赖项:需要 npm 5+

  • npx install-peerdeps --dev @abdelrahman -elkady/eslint-config

  • npx install-peerdeps --dev eslint-config-airbnb-base

  • 在您的 eslint 配置文件中扩展配置

    {
      extends: "@abdelrahman-elkady",
    }

My own flavor of ESLint, extending airbnb-base configuration.

Installation

  • Install the config: npm i -D @abdelrahman-elkady/eslint-config

  • Install peer dependencies: Requires npm 5+

  • npx install-peerdeps --dev @abdelrahman-elkady/eslint-config

  • npx install-peerdeps --dev eslint-config-airbnb-base

  • Extend the configuration in your eslint config file

    {
      extends: "@abdelrahman-elkady",
    }
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文