-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
https://github.com/prettier/plugin-php supports `"prettier.braceStyle"` which allows setting `1tbs` so that braces are not pushed to the next line, but remain on the same line.
Can you please add s…
-
So I just updated this package from `13.0.3` to `13.0.14`, and suddenly my entire sveltekit project stopped working - it seems that every single `import` statement returns `undefined`. I'm guessing it…
-
### Description
When generating code with _enums: 'javascript'_ setting, the constant being generated has property key "_" if the enum has value "-".
Expected a constant with property key "-" to …
-
**Describe the bug**
Currently, to make [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) work, you need to do some workarond with top-level npm init like @Ze…
-
you must have in your `.prettier.rc`:
```json
"plugins": ["prettier-plugin-svelte"], // this is surprisingly not needed, still you need to npm i that, match the version of your prettier version
…
205g0 updated
9 months ago
-
likely other deps need attention, this will make the package compatible with CRA
-
**I create new project of StrapiJS 5**, which is in beta now: `npx create-strapi-app@beta learn-strapi-5 --quickstart`.
They have `package.json` with commands:
```
"scripts": {
"build": "st…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
In versions 10.3.4+, if using `exclude` in `setGlobalPrefix`, e.g.
```
app.setGlobalPre…
-
Some projects like webpack or TSLint have the ability to extend their config file. So we could have a different file in a subdirectory that extends or overrides parts of the one found in the root of a…