Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 通用规则,只需要简单的配置就可以很容易地集成到您的项目中。

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).