Fix lint issues

This commit is contained in:
Sidharth Vinod
2021-06-12 11:13:44 +05:30
parent 4f52a37e1d
commit 3848f9d618
6 changed files with 6 additions and 7 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ module.exports = {
'ts-ignore': 'allow-with-description'
}
],
'@typescript-eslint/no-unsafe-member-access': 'warn',
'@typescript-eslint/no-unsafe-assignment': 'warn'
'@typescript-eslint/no-unsafe-member-access': 'off',
'@typescript-eslint/no-unsafe-assignment': 'off'
}
};