setup tests

This commit is contained in:
Yanzhen Yu
2018-09-30 16:20:53 +08:00
parent 3edd364c3b
commit 7d1cf13266
9 changed files with 169 additions and 7 deletions

View File

@@ -9,7 +9,13 @@
"object-literal-sort-keys": false,
"no-unused-variable": true,
"object-literal-key-quotes": false,
"variable-name": [true, "ban-keywords", "check-format", "allow-leading-underscore"]
"variable-name": [
true,
"ban-keywords",
"check-format",
"allow-leading-underscore"
],
"arrow-parens": false
},
"rulesDirectory": []
}
}