@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.
你可能也喜欢
- 37-pieces-of-flair 中文文档教程
- 4icloud-listform 中文文档教程
- 727-weather-cli 中文文档教程
- @0x-lerna-fork/batch-packages 中文文档教程
- @100tal-seg/seg-materials 中文文档教程
- @12stonechurch/react-native-chromecast 中文文档教程
- @1amageek/reaf 中文文档教程
- @211-connect/boundaries.io-sdk 中文文档教程
- @40three/kendo-angular-extensions 中文文档教程
- @4th-law/typings-public 中文文档教程