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
This commit is contained in:
Victor Porof 2019-06-19 14:05:22 -07:00
parent cda7f0dcb0
commit c746fbac5a

View File

@ -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/**