Tag @wvffle in his TODO comments
This commit is contained in:
parent
6c29a0f4e5
commit
551c8ad914
|
@ -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'
|
||||
}
|
||||
|
|
|
@ -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')
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue