mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
chore(lint): switch to eslint
This commit is contained in:
parent
f56548e432
commit
9b96d0fab4
29 changed files with 1609 additions and 113 deletions
|
|
@ -54,6 +54,7 @@ function useProvideAuth(): AuthContext {
|
|||
|
||||
useEffect(() => {
|
||||
refreshAccessToken().catch(() => {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log("Unable to refresh access token");
|
||||
});
|
||||
}, [refreshAccessToken]);
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
/* eslint-disable no-console */
|
||||
// This optional code is used to register a service worker.
|
||||
// register() is not called by default.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue