Bug 1814091 - Move CanvasContext.getPreferredFormat to GPU.getPreferredCanvasFormat...
[gecko.git] / .prettierignore
blobeb9249b28b3d6a5acc080f857ecc4697859b65e4
1 # This list automatically picks up exclusions from .eslintignore
3 # These files are disabled due to parsing errors when using Prettier.
4 # Bug 1560186
5 *.html
6 *.xhtml
7 *.xul
8 *.xml
10 # CSS files have not been formatted and are not check by ./mach lint
11 # Disable prettier on CSS files to avoid unexpected formatting changes.
12 # Bug 1606785, Bug 1606787
13 *.css
15 # Ignore default pref files which have a .js suffix but aren't parsed normally as JavaScript.
16 browser/app/profile/channel-prefs.js
17 browser/app/profile/firefox.js
18 browser/branding/aurora/pref/firefox-branding.js
19 browser/branding/nightly/pref/firefox-branding.js
20 browser/branding/official/pref/firefox-branding.js
21 browser/branding/unofficial/pref/firefox-branding.js
22 devtools/client/preferences/debugger.js
23 extensions/pref/autoconfig/test/unit/autoconfig.js
24 mobile/android/app/geckoview-prefs.js
25 mobile/android/app/mobile.js
26 mobile/android/installer/mobile-l10n.js
27 modules/libpref/init/all.js
28 modules/libpref/test/unit/data/testParser.js
29 modules/libpref/test/unit/data/testPrefLocked.js
30 modules/libpref/test/unit/data/testPrefSticky.js
31 modules/libpref/test/unit/extdata/testExt.js
32 services/sync/tests/unit/prefs_test_prefs_store.js
34 # Ignore testing pref files which aren't parsed normally.
35 testing/profiles/**/user.js
37 # Ignore CORS fixtures which require specific resource hashes.
38 dom/security/test/sri/script*
40 # Ignore other DOM fixtures with funky chars.
41 dom/base/test/file_bug687859-charset.js
42 dom/base/test/file_bug687859-inherit.js
44 # Ignore devtools debugger files
45 devtools/client/debugger/src/test/examples/**
46 devtools/client/debugger/src/test/integration/**
47 devtools/client/debugger/src/test/unit-sources/**
48 devtools/client/debugger/src/**/fixtures/**
49 devtools/client/debugger/src/test/mochitest/**
51 # These are source mapped and the locations are asserted in the test case.
52 devtools/client/webconsole/test/browser/test-mangled-function.*
54 # This file is based on another and we want to keep the syntax the same.
55 devtools/shared/plural-form.js
57 # Ignore backgroundtasks preferences files.
58 toolkit/components/backgroundtasks/defaults
60 # A mainly-imported file, that we don't want to format, but want to keep an eye
61 # on with the other imported files.
62 toolkit/components/formautofill/CreditCardRuleset.jsm