gecko-dev/mobile/android/.eslintignore
Michael Comella a2dd275826 Bug 1177774 - Ignore non-standard array comprehension in lint. r=margaret
--HG--
extra : commitid : Epta1zFG5Jj
extra : rebase_source : ef0a02b692ea7fabeecb4eaf73cd325a87eba7f7
2015-06-26 13:51:15 -07:00

25 lines
485 B
Plaintext

chrome/content
tests/
# Uses `#filter substitution`
app/mobile.js
chrome/content/healthreport-prefs.js
# Uses `#expand`
chrome/content/about.js
# Not much JS to lint and non-standard at that
installer/
locales/
# Pretty sure we're disabling this one anyway
modules/ContactService.jsm
# es7 proposed: array comprehensions
# https://github.com/eslint/espree/issues/125
modules/WebappManager.jsm
# Non-standard `(catch ex if ...)`
components/Snippets.js
modules/MatchstickApp.jsm