Danny
Danny
I think the `getLayout` pattern should be implemented.
This is still a problem, on vscode my settings are to have the end line as `lf`, my `.prettier.json` also has `lf` but still inserts `crlf`
@ncrcat Could you explain more about this? I added the line but nothing changed.
This is definitely needed.
@ixartz The way your template includes Prettier with ESLint is not the same way Next.js recommends to use Prettier (based on the link you shared). They recommend it like this:...
> @Dannymx in the past, Prettier was totally separate from ESLint in this project. No mention of Prettier in ESLint. Doing separately Prettier and ESLint, the DX was horrible and...
Adding more developers discouraging the `eslint-plugin-prettier`, this time Dan Abramov, core React developer. https://github.com/facebook/react-native/pull/43756
As I was checking this repo for examples, I decided to do a quick `strict: true` and fix the errors the rule triggered. [PR here](https://github.com/shadcn/taxonomy/pull/71).