mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
32 lines
901 B
Plaintext
32 lines
901 B
Plaintext
# This file currently uses a non-standard (and not on a standards track)
|
|
# if statement within catch.
|
|
modules/MozLoopWorker.js
|
|
# This file currently uses es7 features eslint issue:
|
|
# https://github.com/eslint/espree/issues/125
|
|
modules/MozLoopAPI.jsm
|
|
# Libs we don't need to check
|
|
content/libs
|
|
content/shared/libs
|
|
standalone/content/libs
|
|
standalone/node_modules
|
|
# Libs we don't need to check
|
|
test/shared/vendor
|
|
# Coverage files
|
|
test/coverage
|
|
test/node_modules
|
|
# These are generated react files that we don't need to check
|
|
content/js/conversation.js
|
|
content/js/conversationViews.js
|
|
content/js/panel.js
|
|
content/js/roomViews.js
|
|
content/js/feedbackViews.js
|
|
content/shared/js/textChatView.js
|
|
content/shared/js/linkifiedTextView.js
|
|
content/shared/js/views.js
|
|
standalone/content/js/standaloneRoomViews.js
|
|
standalone/content/js/webapp.js
|
|
ui/ui-showcase.js
|
|
# Don't need to check the built tree
|
|
standalone/dist
|
|
|