Bug 1580312 - Refactor ResponsiveUI into its own module. r=mtigley
[gecko.git] / .prettierignore
blob57a9b5d24cd3b694ad741e2672875432f29df456
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 # Ignore default pref files which have a .js suffix but aren't parsed normally as JavaScript.
11 browser/app/profile/channel-prefs.js
12 browser/app/profile/firefox.js
13 browser/branding/aurora/pref/firefox-branding.js
14 browser/branding/nightly/pref/firefox-branding.js
15 browser/branding/official/pref/firefox-branding.js
16 browser/branding/unofficial/pref/firefox-branding.js
17 devtools/client/preferences/debugger.js
18 extensions/pref/autoconfig/test/unit/autoconfig.js
19 mobile/android/app/geckoview-prefs.js
20 mobile/android/app/mobile.js
21 mobile/android/installer/mobile-l10n.js
22 modules/libpref/init/all.js
23 modules/libpref/test/unit/data/testParser.js
24 modules/libpref/test/unit/data/testPrefLocked.js
25 modules/libpref/test/unit/data/testPrefSticky.js
26 modules/libpref/test/unit/extdata/testExt.js
27 services/sync/tests/unit/prefs_test_prefs_store.js
29 # Ignore testing pref files which aren't parsed normally.
30 testing/profiles/**/user.js
32 # Ignore CORS fixtures which require specific resource hashes.
33 dom/security/test/sri/script*
35 # Ignore other DOM fixtures with funky chars.
36 dom/base/test/file_bug687859-charset.js
37 dom/base/test/file_bug687859-inherit.js
39 # Ignore preprocessed files.
40 js/src/builtin/**/*.js
41 js/src/shell/**/*.js
43 # Ignore devtools debugger files
44 # Keep in sync with devtools/client/debugger/.prettierignore
45 devtools/client/debugger/src/workers/parser/tests/fixtures/functionNames.js
46 devtools/client/debugger/src/workers/parser/tests/fixtures/scopes/*.js
47 devtools/client/debugger/src/workers/parser/tests/fixtures/pause/*.js
48 devtools/client/debugger/src/test/mochitest/examples/babel/polyfill-bundle.js
49 devtools/client/debugger/src/test/mochitest/examples/babel/fixtures/*/input.js
50 devtools/client/debugger/src/test/mochitest/examples/babel/fixtures/*/output.js
51 devtools/client/debugger/src/test/mochitest/examples/babel/fixtures/*/output.js.map
52 devtools/client/debugger/src/test/mochitest/examples/ember/quickstart