-
Notifications
You must be signed in to change notification settings - Fork 96
/
.eslintignore
71 lines (57 loc) · 1.99 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
# Please DO NOT add more third party files to this file.
# They should be added to tools/rewriting/ThirdPartyPaths.txt instead.
#
# Please also DO NOT add generated files that are for some reason checked
# into source - add them to tools/rewriting/Generated.txt instead.
# This file should only be used for exclusions where we have:
# - preprocessed files
# - intentionally invalid files
# - build directories and other items that we need to ignore
# Temporarily disabled, see bug 1605845
*.xhtml
# Always ignore node_modules.
**/node_modules/**/*.*
# lint eslint config files which are excluded by default
!**/.eslintrc.js
# For now, skip all json files for ESLint, these will still be run through
# Prettier.
**/*.json
# 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/**
other-licenses/**
testing/**
# 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/**
suite/**
# calendar/ exclusions
calendar/base/calendar.js
# chat exclusions
chat/chat-prefs.js
# preprocessed files
chat/content/imtooltip.xml
# mailnews exclusions
mailnews/mailnews.js
mailnews/extensions/mdn/mdn.js
# mail exclusions
mail/app/profile/all-thunderbird.js
mail/app/profile/channel-prefs.js
mail/branding/include/release-prefs.js
mail/branding/nightly/pref/thunderbird-branding.js
mail/branding/tb_beta/pref/thunderbird-branding.js
mail/branding/thunderbird/pref/thunderbird-branding.js
# This file is split into two in order to keep it as a valid json file
# for documentation purposes (policies.json) but to be accessed by the
# code as a JS module (schema.sys.mjs)
mail/components/enterprisepolicies/schemas/schema.sys.mjs
mail/components/im/all-im.js
mail/extensions/am-e2e/prefs/e2e-prefs.js
mail/locales/en-US/all-l10n.js
mail/components/compose/composer.js
# Ignore the jsdoc config file
docs/jsdoc.conf.js