releases-comm-central/.eslintignore

91 строка
2.7 KiB
Plaintext

# 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/**
# 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/extensions/dsn/content/dsn.js
mailnews/extensions/mdn/content/mdn.js
mailnews/extensions/smime/content/smime.js
# 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
# 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/locales/en-US/all-l10n.js
mail/components/compose/texzilla/**
mail/components/compose/composer.js
# 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