[build] add jsx compiler (#2439)

This commit is contained in:
neverland
2019-01-05 15:11:04 +08:00
committed by GitHub
parent 06c47fc7ef
commit 1468f9e210
4 changed files with 27 additions and 1 deletions

View File

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