1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-26 11:26:35 +08:00
renovate[bot] 98b68e98bb
chore(deps): update all patch dependencies ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-19 21:17:16 +08:00
..
2022-06-26 22:22:21 +08:00

ESLint Config of Vant

Install

# with npm
npm i @vant/eslint-config -D

# with yarn
yarn add @vant/eslint-config -D

# with pnpm
pnpm add @vant/eslint-config -D

# with Bun
bun add @vant/eslint-config -D

Usage

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