-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
Linter and Prettier need to be configured to be consistent across FE and BE
As long as it's consistent across FE and BE, it doesn't matter what the specifics are.
Will it clean up Pug, though? T…
-
[https://df-frontend-2023-assignment3.vercel.app/](url)
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Pending Approval
These branc…
-
expected behavior: `heft test --lite` runs the equivalent of `heft build --lite` and then runs tests
actual: it does the equivalent of build lite but then doesn't run tests.
-
Build failing with peer dependency issues for ESLint >7.x inside tsdx at the moment for me
It seems `eslint-config-tsdx` has peer and devDeps of 6.x for eslint:
```json
"peerDependencies": {
…
-
**Description:**
To ensure code quality and consistency, we should set up Husky to run Prettier and ESLint automatically before every commit. This will enforce our formatting and linting rules …
-
I ran into a lot of errors when creating a new page. It would be nice to have a Prettier config setup to automatically format the code correctly.
-
**Describe the bug**
Running husky creates invalid `mdx`.
**To Reproduce**
Steps to reproduce the behavior:
1. Standard setup
2. Create blog post containing `Press Cmd+Shift+P and`
3. Blog pos…
-
I'm working with node 12.18.1, prettier@2.0.5, and pretty-quick@3.1.0 on a windows 10 computer.
I have this strange behaviour:
```
$ git status
On branch feature/code-quality
Your branch is up to…