From cceba5a6c3669a6ed6c0a266d9f546fb1019c220 Mon Sep 17 00:00:00 2001 From: Kasper Seweryn <github@wvffle.net> Date: Mon, 18 Apr 2022 00:56:40 +0200 Subject: [PATCH] Tag @wvffle in his TODO comments --- front/.eslintrc.js | 2 +- front/vite.config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/front/.eslintrc.js b/front/.eslintrc.js index 039099f694..d350d94add 100644 --- a/front/.eslintrc.js +++ b/front/.eslintrc.js @@ -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' } diff --git a/front/vite.config.ts b/front/vite.config.ts index bca402fc80..8451276d5f 100644 --- a/front/vite.config.ts +++ b/front/vite.config.ts @@ -36,7 +36,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') } } -- GitLab