From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Fri, 5 Feb 2021 04:10:45 +0000 (-0500) Subject: Update prettier in pre-commit config (#1966) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/aebd3c37b28bbc0183a58d13b80e7595db3c09bb?ds=sidebyside;hp=aebd3c37b28bbc0183a58d13b80e7595db3c09bb Update prettier in pre-commit config (#1966) With older versions of prettier, when the hook failed a bunch of "[error] No parser could be inferred for file: {PATH}" error lines showed up because of lack of support of a flag that pre-commit passes for us by default. It made figuring out why the prettier hook failed annoying. ---