Skip to content

Commit

Permalink
refactor(lint): 🚨 hideDistance conditionnel
Browse files Browse the repository at this point in the history
  • Loading branch information
ecnivtwelve committed Feb 27, 2025
1 parent f28dd45 commit 18ad9fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"source.fixAll.eslint": "explicit"
},
"conventionalCommits.scopes": [
"android"
"android",
"lint"
]
}
2 changes: 1 addition & 1 deletion src/router/helpers/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export type RouteParameters = {
PronoteInstanceSelector: {
longitude: number;
latitude: number;
hideDistance: boolean;
hideDistance?: boolean;
};
PronoteCredentials: { instanceURL: string; information: pronote.Instance };
PronoteManualURL?: { url?: string; method?: string };
Expand Down

0 comments on commit 18ad9fc

Please sign in to comment.