@vodyani/eslint-config
Version:
⚙ With a little preparation, the typescript eslint generic rules for vodyani may be readily integrated into projects.
37 lines (25 loc) • 1.01 kB
Markdown
# Vodyani eslint-config
⚙ vodyani eslint 通用规则,只需要简单的配置就可以很容易地集成到您的项目中。
[](https://www.npmjs.com/package/@vodyani/eslint-config)
[](https://www.npmjs.com/package/@vodyani/eslint-config)
[](LICENSE)

## Installation
```sh
npm install --save-dev @vodyani/eslint-config
```
## Usage
**Add the `eslintConfig` configuration to `package.json`, then the inheritance relationship like this:**
```json
{
"eslintConfig": {
"extends": "@vodyani"
}
}
```
## Team
|[](https://github.com/chogathK)|
|:-:|
|[ChoGathK](https://github.com/chogathK)|
## License
Vodyani eslint-config is [MIT licensed](LICENSE).