diff options
| author | marios <marios8543@gmail.com> | 2025-06-29 21:36:48 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-29 11:36:48 -0700 |
| commit | 414493eed2bea2ceb13c9add216d6f9e7f9c5903 (patch) | |
| tree | 8b57ae206ce0ea6de4ffa71d5fbbba2442f17eb8 /frontend/.prettierrc.js | |
| parent | 078a9cf33d2f2858ca6a36914e80f5276d98e29f (diff) | |
| download | decky-loader-414493eed2bea2ceb13c9add216d6f9e7f9c5903.tar.gz decky-loader-414493eed2bea2ceb13c9add216d6f9e7f9c5903.zip | |
Add Decky branch switcher and updater to error boundary (#775)
* Add Decky branch switcher and updater to error boundary
* Linting fixup
* Update DeckyErrorBoundary.tsx
Allow for plugins to trigger new behavior.
* Lint fixup
Diffstat (limited to 'frontend/.prettierrc.js')
| -rw-r--r-- | frontend/.prettierrc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/.prettierrc.js b/frontend/.prettierrc.js index 7a0331c8..df3e6cde 100644 --- a/frontend/.prettierrc.js +++ b/frontend/.prettierrc.js @@ -7,4 +7,4 @@ export default { tabWidth: 2, endOfLine: 'auto', plugins: [importSort], -}
\ No newline at end of file +}; |
