1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-26 03:16:35 +08:00
vant/.eslintrc
2019-01-05 15:11:04 +08:00

8 lines
128 B
Plaintext

{
"root": true,
"extends": ["@vant"],
"rules": {
"no-unused-vars": ["error", { "vars": "all", "args": "none" }]
}
}