diff --git a/front/.eslintrc.js b/front/.eslintrc.js index 039099f69..d350d94ad 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 ac4572cf1..cc38b77b2 100644 --- a/front/vite.config.ts +++ b/front/vite.config.ts @@ -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') } },