forked from mozilla/releases-comm-central
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintignore
102 lines (88 loc) · 2.76 KB
/
.eslintignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# Always ignore node_modules.
**/node_modules/**/*.*
# lint eslint config files which are excluded by default
!**/.eslintrc.js
# Exclude expected objdirs.
obj*/**
# Exclude mozilla directory, this one is checked separately
mozilla/**
# These directories don't contain any js and are not meant to
config/**
db/**
other-licenses/**
testing/**
# Temporarily disabled until the XUL parser is fixed.
calendar/base/content/calendar-calendars-list.xul
calendar/providers/gdata/content/gdata-calendar-creation.xul
common/src/viewSource.xul
# We ignore all these directories by default, until we get them enabled.
# If you are enabling a directory, please add directory specific exclusions
# below.
build/**
ldap/**
suite/**
# chat exclusions
chat/chat-prefs.js
# third-party code
chat/modules/BigInteger.jsm
chat/protocols/matrix/matrix-sdk/**
chat/protocols/twitter/twitter-text.jsm
# preprocessed files
chat/content/imtooltip.xml
# editor exclusions (most files not shipped with Thunderbird)
editor/ui/composer.js
editor/ui/composer/content/**
!editor/ui/composer/content/editor.js
!editor/ui/composer/content/editorUtilities.js
!editor/ui/composer/content/ComposerCommands.js
editor/ui/dialogs/content/EditConflict.js
editor/ui/dialogs/content/EditConflict.xul
editor/ui/dialogs/content/EditorPublish.js
editor/ui/dialogs/content/EditorPublish.xul
editor/ui/dialogs/content/EditorPublishOverlay.xul
editor/ui/dialogs/content/EditorPublishProgress.js
editor/ui/dialogs/content/EditorPublishProgress.xul
editor/ui/dialogs/content/EditorPublishSettings.js
editor/ui/dialogs/content/EditorPublishSettings.xul
editor/ui/dialogs/content/EditorSaveAsCharset.js
editor/ui/dialogs/content/EditorSaveAsCharset.xul
editor/ui/dialogs/content/EdLinkChecker.js
editor/ui/dialogs/content/EdLinkChecker.xul
editor/ui/dialogs/content/EdSnapToGrid.js
editor/ui/dialogs/content/EdSnapToGrid.xul
editor/ui/texzilla/**
# mailnews exclusions
mailnews/mailnews.js
mailnews/base/content/*
mailnews/base/prefs/*
mailnews/base/search/*
mailnews/base/src/*
mailnews/base/util/*
mailnews/build/*
mailnews/compose/*
mailnews/db/*
mailnews/imap/*
mailnews/import/*
mailnews/intl/*
mailnews/jsaccount/*
mailnews/mime/*
# mailnews/extensions exclusions
mailnews/extensions/*
!mailnews/extensions/newsblog
# mail exclusions
mail/app/profile/all-thunderbird.js
mail/app/profile/channel-prefs.js
mail/app/profile/prefs.js
mail/base/content/protovis-r2.6-modded.js
mail/branding/nightly/thunderbird-branding.js
mail/branding/thunderbird/thunderbird-branding.js
mail/components/im/all-im.js
mail/locales/en-US/all-l10n.js
mail/test/mozmill/**
# calendar/ exclusions
# prefs files
calendar/lightning/content/lightning.js
calendar/providers/gdata/defaults/preferences.js
calendar/timezones/preferences.js
# third party library
calendar/base/modules/ical.js