Tag @wvffle in his TODO comments
This commit is contained in:
parent
4d14f0448f
commit
ddb035e418
|
@ -26,7 +26,7 @@ module.exports = {
|
||||||
|
|
||||||
'@typescript-eslint/ban-ts-comment': 'off',
|
'@typescript-eslint/ban-ts-comment': 'off',
|
||||||
'no-undef': 'off',
|
'no-undef': 'off',
|
||||||
// TODO: Enable typescript rules later
|
// TODO (wvffle): Enable typescript rules later
|
||||||
'@typescript-eslint/no-this-alias': 'off',
|
'@typescript-eslint/no-this-alias': 'off',
|
||||||
'@typescript-eslint/no-empty-function': 'off'
|
'@typescript-eslint/no-empty-function': 'off'
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,7 +43,7 @@ export default defineConfig(() => ({
|
||||||
alias: {
|
alias: {
|
||||||
'~': path.resolve(__dirname, './src'),
|
'~': 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')
|
'@': path.resolve(__dirname, './src')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue