Bug 36400: (follow-up) remove option editorconfig from .prettierrc.js
authorPaul Derscheid <paul.derscheid@lmscloud.de>
Mon, 25 Mar 2024 13:55:13 +0000 (14:55 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 22 Apr 2024 06:57:40 +0000 (08:57 +0200)
commit58bcedc7f56843b3e2cc205fd63274fe8c8405a3
treeb233b330fba190c810464e984333172449e37d95
parentd58dfd1cef6dc1bde62106a165ab98179ef80347
Bug 36400: (follow-up) remove option editorconfig from .prettierrc.js

- The option doesn't seem do what it's intended for:
- The debug logs still show options from the .editorconfig (which is actually what we want in this case).
- The option causes unwanted warnings when using the cli.
- In summary: we have to keep in mind that the rules are now hierarchical:
1. .editorconfig
2. .prettierrc.js

Signed-off-by: Brendan Lawlor <blawlor@clamsnet.org>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
.prettierrc.js