Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
poeppe
funkwhale
Commits
cceba5a6
Verified
Commit
cceba5a6
authored
3 years ago
by
Kasper Seweryn
Browse files
Options
Downloads
Patches
Plain Diff
Tag
@wvffle
in his TODO comments
parent
85f3a6b0
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
front/.eslintrc.js
+1
-1
1 addition, 1 deletion
front/.eslintrc.js
front/vite.config.ts
+1
-1
1 addition, 1 deletion
front/vite.config.ts
with
2 additions
and
2 deletions
front/.eslintrc.js
+
1
−
1
View file @
cceba5a6
...
@@ -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
'
}
}
...
...
This diff is collapsed.
Click to expand it.
front/vite.config.ts
+
1
−
1
View file @
cceba5a6
...
@@ -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
'
)
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment