@ableco/eslint-config 中文文档教程

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

@ableco/eslint-config

这个存储库提供了推荐的 ESLint 配置,用于 Able JavaScript 项目。

Installation

Using yarn:

yarn add @ableco/eslint-config --dev

Using npm:

npm install @ableco/eslint-config --save-dev

Usage

在你的.eslintrc.js 文件,将其替换为:

module.exports = {
  root: true,
  settings: {
    //... your own settings, for example "import/resolver" or "react".
  },
  extends: "@ableco"
};

注意: 此 ESLint 配置仅替换 envparserextends插件规则

Contributing

欢迎在 GitHub 上访问错误报告和请求请求,网址为 https://github.com/ableco/eslint-config。

License

根据 MIT 许可证 的条款,该库可作为开放源代码使用。

@ableco/eslint-config

This repository provides recommended ESLint configuration for use on Able JavaScript projects.

Installation

Using yarn:

yarn add @ableco/eslint-config --dev

Using npm:

npm install @ableco/eslint-config --save-dev

Usage

In your .eslintrc.js file, replace it with:

module.exports = {
  root: true,
  settings: {
    //... your own settings, for example "import/resolver" or "react".
  },
  extends: "@ableco"
};

Note: This ESLint configuration only replaces env, parser, extends, plugins and rules.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ableco/eslint-config.

License

The library is available as open source under the terms of the MIT License.

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