disable printWidth on prettier

The short answer is no, you cannot disable it entirely. There are, however, a few workarounds, but they have caveats. To quote an answer from this issue on github: https://github.com/prettier/prettier/issues/3468. printWidth is not a rule but an input into the algorithm they use to generate their output. Meaning, it is required to be there. One … Read more