tc for bank keys parsing error

This commit is contained in:
vasyas
2019-06-27 00:10:53 +03:00
parent 7b0015b2b3
commit c571ef181b
3 changed files with 48 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
{
"extends": "airbnb-base",
"env": {
"node": true
"node": true,
"mocha": true
},
"parserOptions": {
"ecmaVersion": 8,