Skip to content
Snippets Groups Projects
Verified Commit cceba5a6 authored by Kasper Seweryn's avatar Kasper Seweryn :pancakes:
Browse files

Tag @wvffle in his TODO comments

parent 85f3a6b0
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ module.exports = { ...@@ -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'
} }
......
...@@ -36,7 +36,7 @@ export default defineConfig(() => ({ ...@@ -36,7 +36,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')
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment