Tag @wvffle in his TODO comments

environments/review-front-deve-otr6gc/deployments/13419
Kasper Seweryn 2022-04-18 00:56:40 +02:00 zatwierdzone przez Georg Krause
rodzic 4d14f0448f
commit ddb035e418
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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'
}

Wyświetl plik

@ -43,7 +43,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')
}
},