vant/packages/vant-eslint-config
dependabot[bot] 3c727fe413
chore(deps): bump acorn in /packages/vant-eslint-config (#5819)
Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 7.1.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.4.0...7.1.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-14 12:41:23 +08:00
..

Eslint Config of Vant

Install

NPM

npm i @vant/eslint-config -D

YARN

yarn add @vant/eslint-config --dev

Usage

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