Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!--- ☝️ PR title should follow conventional commits (https://conventionalcommits.org) --> ### ❓ Type of change <!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply. --> - [ ] 📖 Documentation (updates to the documentation or readme) - [x] 🐞 Bug fix (a non-breaking change that fixes an issue) - [ ] 👌 Enhancement (improving an existing functionality) - [ ] ✨ New feature (a non-breaking change that adds functionality) - [ ] 🧹 Chore (updates to the build process or auxiliary tools and libraries) - [ ]⚠️ Breaking change (fix or feature that would cause existing functionality to change) ### 📚 Description <!-- Describe your changes in detail --> <!-- Why is this change required? What problem does it solve? --> This PR fixes prettier errors that cause the CI to fail, and adds a `lint:fix` script to fix the errors locally. --------- Co-authored-by: Tobias Diez <[email protected]>
- Loading branch information