@vant/eslint-config

eslint config of vant

Usage no npm install needed!

<script type="module">
  import vantEslintConfig from 'https://cdn.skypack.dev/@vant/eslint-config';
</script>

README

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

Usage

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