fix(eslint): Fixed eslint issue

This commit is contained in:
Chris Troutner
2020-07-06 18:14:29 -07:00
parent 561851a029
commit d799c07cf4
4 changed files with 12 additions and 8 deletions
+3
View File
@@ -6,5 +6,8 @@
},
"parserOptions": {
"ecmaVersion": 10
},
"rules": {
"no-unused-vars": "off"
}
}