Visual Console Refactor: removed a lint rule

Former-commit-id: 6fe271c140e14f1e6e8f3aa84d46309b8c9c7176
This commit is contained in:
Alejandro Gallardo Escobar 2019-04-12 11:38:48 +02:00
parent ba713713a7
commit 73e5dcf7f2
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@
"plugin:@typescript-eslint/recommended"
],
"rules": {
"no-console": "off",
"@typescript-eslint/indent": "off",
"no-console": "off"
"@typescript-eslint/explicit-function-return-type": "off"
}
}