Files
vant/packages/vant-eslint-config
renovate[bot] d14d826509
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
Issue Close Require / issue-close-require (push) Has been cancelled
chore(deps): update all patch dependencies (#13562)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-19 17:25:38 +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"]
}