Merge pull request #3406 from backstage/orkohunter/fix-kubernetes-backend

fix(kubernetes-backend): Fix Typescript error stopping backend to start
This commit is contained in:
Ben Lambert
2020-11-24 11:13:18 +01:00
committed by GitHub
3 changed files with 8 additions and 2 deletions
+1
View File
@@ -58,6 +58,7 @@ module.exports = {
],
'no-unused-expressions': 'off',
'@typescript-eslint/no-unused-expressions': 'error',
'@typescript-eslint/consistent-type-assertions': 'error',
'@typescript-eslint/no-unused-vars': [
'warn',
{