From c746fbac5a6ae1e9757a6aea707d9d70fcb1a794 Mon Sep 17 00:00:00 2001 From: Victor Porof Date: Wed, 19 Jun 2019 14:05:22 -0700 Subject: [PATCH] Bug 1558517 - Pre 4: Ignore html files when running Prettier, r=standard8 Differential Revision: https://phabricator.services.mozilla.com/D34696 --HG-- extra : source : 1cf2a27499f2f7055d41d1c82ed453374f3847b9 extra : intermediate-source : 14397acf5a1128aa3b86505e2ee4df8f2529efa0 --- .prettierignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.prettierignore b/.prettierignore index c2e5b7789d12..e4022b301c5d 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,5 +1,12 @@ # This list automatically picks up exclusions from .eslintignore +# These files are disabled due to parsing errors when using Prettier. +# Bug 1560186 +*.html +*.xhtml +*.xul +*.xml + # Ignore all top-level directories for now. accessible/** browser/**