vant/packages/vant-eslint-config
dependabot[bot] 0ae5711cd5
build(deps): bump typescript from 4.4.2 to 4.4.3 (#9460)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.2...v4.4.3)

---
updated-dependencies:
- dependency-name: typescript
  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-13 19:50:13 +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"]
}