Max Liebkies
Max Liebkies
### Verify canary release - [X] I verified that the issue exists in the latest Turborepo canary release. ### Link to code that reproduces this issue https://github.com/gegenschall/turbo-bug-repro ### What package...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue I'm using ESM in my project with a TypeScript configuration...
### Steps to Reproduce 1. Create `.commitlintrc.json` with the following contents ```json { "extends": ["@commitlint/config-conventional"], "parserPreset:": { "parserOpts": { "issuePrefixes": ["PREFIX-"] } }, "rules": { "references-empty": [2, "never"] } }...
Technically I am trying to disable formatting for a certain filetype (`vue`) for just some specific LSPs (vtsls, vue_ls) but I believe that's not possible with conform so I tried...