Tag @wvffle in his TODO comments

This commit is contained in:
Kasper Seweryn 2022-04-18 00:56:40 +02:00 committed by Georg Krause
commit ddb035e418
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ module.exports = {
'@typescript-eslint/ban-ts-comment': 'off',
'no-undef': 'off',
// TODO: Enable typescript rules later
// TODO (wvffle): Enable typescript rules later
'@typescript-eslint/no-this-alias': 'off',
'@typescript-eslint/no-empty-function': 'off'
}