-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⚠️ the files where autofixed by `prettier` formatting. In order to get rid of most of the `max-len` errors. That is why there are changes included that have nothing todo with `max-len`, but also do not collide with the current `eslint stylisit set`. See: BIDS-128
- Loading branch information
1 parent
912de0d
commit 28ab088
Showing
274 changed files
with
9,991 additions
and
5,683 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
export default { | ||
scrollBehavior(_to: any, _from: any, savedPosition: { left: number, top: number } | null) { | ||
scrollBehavior( | ||
_to: any, | ||
_from: any, | ||
savedPosition: { left: number, top: number } | null, | ||
) { | ||
return { _to, ...savedPosition } | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.