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
parent 6c29a0f4e5
commit 551c8ad914
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
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'
}

View File

@ -42,7 +42,7 @@ export default defineConfig(() => ({
alias: {
'~': path.resolve(__dirname, './src'),
// TODO: Remove @/dependency from all files as `@` is used as an organization prefix
// TODO (wvffle): Remove @/dependency from all files as `@` is used as an organization prefix
'@': path.resolve(__dirname, './src')
}
},