Bug 1690340 - Part 5: Remove the menu separators from the developer tools menu. r...
[gecko.git] / .prettierignore
blobc4b4c32638c98d0fc1f83e78288f2be623a23ef3
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 preprocessed files.
45 js/src/builtin/**/*.js
46 js/src/shell/**/*.js
48 # Ignore devtools debugger files
49 # Keep in sync with devtools/client/debugger/.prettierignore
50 devtools/client/debugger/src/workers/parser/tests/fixtures/functionNames.js
51 devtools/client/debugger/src/workers/parser/tests/fixtures/scopes/*.js
52 devtools/client/debugger/src/workers/parser/tests/fixtures/pause/*.js
53 devtools/client/debugger/src/test/mochitest/examples/babel/polyfill-bundle.js
54 devtools/client/debugger/src/test/mochitest/examples/babel/fixtures/*/input.js
55 devtools/client/debugger/src/test/mochitest/examples/babel/fixtures/*/output.js
56 devtools/client/debugger/src/test/mochitest/examples/babel/fixtures/*/output.js.map
57 devtools/client/debugger/src/test/mochitest/examples/ember/quickstart
59 # These are source mapped and the locations are asserted in the test case.
60 devtools/client/webconsole/test/browser/test-mangled-function.*
62 # Ignore backgroundtasks preferences files.
63 toolkit/components/backgroundtasks/defaults