vant/packages/vant-eslint-config
dependabot[bot] 07d40d8da9
build(deps): bump @typescript-eslint/eslint-plugin from 4.31.0 to 4.31.1 (#9467)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.31.0 to 4.31.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.31.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-14 19:24:02 +08:00
..
2021-03-16 09:46:50 +08:00

Eslint Config of Vant

Install

NPM

npm i @vant/eslint-config -D

YARN

yarn add @vant/eslint-config --dev

Usage

{
  "extends": ["@vant"]
}