@ableco/eslint-config 中文文档教程
@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 配置仅替换
env
、parser
、extends
、插件
和规则
。
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
andrules
.
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.
你可能也喜欢
- 1fichier-api 中文文档教程
- 9tsu-tag-fetcher 中文文档教程
- @0xaio/eslint-config-react-app 中文文档教程
- @0y0/eslint-config-vanilla 中文文档教程
- @1inch/permit-signed-approvals-utils 中文文档教程
- @2bitlab/queue-load 中文文档教程
- @2node/random 中文文档教程
- @3dorchard/generator-typescript-boilerplate 中文文档教程
- @3test/ethereum-http-provider 中文文档教程
- @42px/custom-errors 中文文档教程