[Koha-bugs] [Bug 36400] Centralize {js, ts, vue} formatting config in .prettierrc.js

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 25 16:13:50 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36400

--- Comment #12 from Brendan Lawlor <blawlor at clamsnet.org> ---
Before patch:
npx prettier -w ./koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue

git diff --compact-summary ./koha-tmpl/
intranet-tmpl/prog/js/vue/components/KohaTable.vue
 .../prog/js/vue/components/KohaTable.vue          | 110 +++++++++----------
 1 file changed, 55 insertions(+), 55 deletions(-)

After patch:
npx prettier -c .prettierrc.js -w
./koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue
Checking formatting...
All matched files use Prettier code style!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list