Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
funkwhale
funkwhale
Commits
1dc6e179
Commit
1dc6e179
authored
Apr 18, 2022
by
Kasper Seweryn
🥞
Committed by
Kasper Seweryn
Jul 03, 2022
Browse files
Tag
@wvffle
in his TODO comments
parent
3ac6adf5
Changes
2
Hide whitespace changes
Inline
Side-by-side
front/.eslintrc.js
View file @
1dc6e179
...
...
@@ -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
'
}
...
...
front/vite.config.ts
View file @
1dc6e179
...
...
@@ -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
'
)
}
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment