UNPKG

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