Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vodyani/eslint-config
⚙ vodyani eslint 通用规则,只需要简单的配置就可以很容易地集成到您的项目中。
https://github.com/vodyani/eslint-config
eslint javascript nodejs typescript
Last synced: about 3 hours ago
JSON representation
⚙ vodyani eslint 通用规则,只需要简单的配置就可以很容易地集成到您的项目中。
- Host: GitHub
- URL: https://github.com/vodyani/eslint-config
- Owner: vodyani
- License: mit
- Created: 2022-03-16T06:59:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T12:38:27.000Z (1 day ago)
- Last Synced: 2024-11-19T13:42:35.476Z (1 day ago)
- Topics: eslint, javascript, nodejs, typescript
- Language: JavaScript
- Homepage:
- Size: 269 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.MD
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Vodyani eslint-config
⚙ vodyani eslint 通用规则,只需要简单的配置就可以很容易地集成到您的项目中。
[![Npm](https://img.shields.io/npm/v/@vodyani/eslint-config)](https://www.npmjs.com/package/@vodyani/eslint-config)
[![Npm](https://img.shields.io/npm/dm/@vodyani/eslint-config)](https://www.npmjs.com/package/@vodyani/eslint-config)
[![License](https://img.shields.io/github/license/vodyani/eslint-config)](LICENSE)
![Workflow](https://github.com/vodyani/eslint-config/actions/workflows/release.yml/badge.svg)## 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
|[![ChoGathK](https://github.com/chogathK.png?size=100)](https://github.com/chogathK)|
|:-:|
|[ChoGathK](https://github.com/chogathK)|## License
Vodyani eslint-config is [MIT licensed](LICENSE).