@ftvs/eslint-config
v4.0.1
Published
eslint config of vant
Downloads
2
Readme
ESLint Config of Vant
Install
# with npm
npm i @ftvs/eslint-config -D
# with yarn
yarn add @ftvs/eslint-config -D
# with pnpm
pnpm add @ftvs/eslint-config -D
# with Bun
bun add @ftvs/eslint-config -D
Usage
{
"extends": ["@ftvs"]
}