releases-comm-central/.eslintignore

66 строки
1.7 KiB
Plaintext

# Temporarily disabled, see bug 1605845
*.xhtml
# 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 (see bug 1542548).
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/**
suite/**
# calendar/ exclusions
calendar/lightning/content/lightning.js
calendar/base/modules/Ical.jsm
# chat exclusions
chat/chat-prefs.js
# third-party code
chat/protocols/matrix/lib/**
chat/protocols/xmpp/lib/**
# preprocessed files
chat/content/imtooltip.xml
# mailnews exclusions
mailnews/mailnews.js
mailnews/extensions/dsn/dsn.js
mailnews/extensions/mdn/mdn.js
# mail exclusions
mail/app/profile/all-thunderbird.js
mail/app/profile/channel-prefs.js
mail/base/content/protovis-r2.6-modded.js
mail/branding/nightly/thunderbird-branding.js
mail/branding/thunderbird/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 .jsm (schema.jsm)
mail/components/enterprisepolicies/schemas/schema.jsm
mail/components/im/all-im.js
mail/extensions/am-e2e/prefs/e2e-prefs.js
mail/locales/en-US/all-l10n.js
mail/components/compose/texzilla/**
mail/components/compose/composer.js
# exclude MailConstants.jsm because: #filter substitution
mail/base/modules/MailConstants.jsm