updated scripts

This commit is contained in:
canove
2020-09-15 12:59:20 -03:00
parent b3cf16bbd3
commit 149cbef98e
3 changed files with 7 additions and 2 deletions

View File

@@ -16,6 +16,10 @@
},
"plugins": ["@typescript-eslint", "prettier"],
"rules": {
"@typescript-eslint/no-unused-vars": [
"error",
{ "argsIgnorePattern": "_" }
],
"no-console": "off",
"no-param-reassign": "off",
"prettier/prettier": "error",