Fix types

This commit is contained in:
Sidharth Vinod
2021-05-23 01:44:22 +05:30
parent 503c71e798
commit 8de870e62e
13 changed files with 271 additions and 55 deletions

View File

@@ -16,5 +16,13 @@ module.exports = {
browser: true,
es2017: true,
node: true
},
rules: {
'@typescript-eslint/ban-ts-comment': [
'error',
{
'ts-ignore': 'allow-with-description'
}
]
}
};