This website requires JavaScript.
Explore
Help
Sign In
blackteay
/
vant
Watch
1
Star
0
Fork
0
You've already forked vant
mirror of
https://gitee.com/vant-contrib/vant.git
synced
2025-04-27 11:56:35 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
2ccaf2a5b6
Branches
Tags
View all branches
vant
/
packages
/
vant-eslint-config
History
chenjiahan
9d5b734170
chore: remove unused var
2020-07-03 16:46:18 +08:00
..
index.js
feat(eslint-config): enable no-unused-vars (
#6691
)
2020-07-03 15:27:28 +08:00
package.json
chore: remove unused var
2020-07-03 16:46:18 +08:00
README.md
chore: add vant-eslint-config package
2019-08-21 14:41:00 +08:00
yarn.lock
feat(eslint-config): extends typescript-eslint recommended (
#6076
)
2020-04-17 14:51:55 +08:00
README.md
Eslint Config of Vant
Install
NPM
npm i @vant/eslint-config -D
YARN
yarn add @vant/eslint-config --dev
Usage
{
"extends"
:
[
"@vant"
]
}