Bug 1300808 - Enable eslint for browser/mobile/chrome. r?kmag draft
authorMatthew Wein <mwein@mozilla.com>
Wed, 14 Sep 2016 14:18:40 -0700
changeset 413785 20d8c6d1ab649d6a3e6ea235da5a1f5dfa3b9796
parent 413784 fa789486a02576cda9bb5fc2d289657e2f9b6e3a
child 413786 e44ddba6cbdc40f5bc0684a0cbe3058eaa432a16
push id29511
push usermwein@mozilla.com
push dateWed, 14 Sep 2016 21:25:43 +0000
reviewerskmag
bugs1300808
milestone51.0a1
Bug 1300808 - Enable eslint for browser/mobile/chrome. r?kmag MozReview-Commit-ID: CtOPpYG4Uvz
.eslintignore
--- a/.eslintignore
+++ b/.eslintignore
@@ -187,32 +187,32 @@ devtools/client/debugger/test/mochitest/
 devtools/client/debugger/test/mochitest/code_math_bogus_map.js
 devtools/client/debugger/test/mochitest/code_ugly*
 devtools/client/debugger/test/mochitest/code_worker-source-map.js
 devtools/client/framework/test/code_ugly*
 devtools/server/tests/unit/babel_and_browserify_script_with_source_map.js
 devtools/server/tests/unit/setBreakpoint*
 
 # mobile/android/ exclusions
-mobile/android/chrome/content
 mobile/android/tests/
 
 # Uses `#filter substitution`
 mobile/android/b2gdroid/app/b2gdroid.js
 mobile/android/app/mobile.js
 mobile/android/chrome/content/healthreport-prefs.js
 
 # Uses `#expand`
 mobile/android/chrome/content/about.js
 
 # Not much JS to lint and non-standard at that
 mobile/android/installer/
 mobile/android/locales/
 
 # Non-standard `(catch ex if ...)`
+mobile/android/chrome/content/browser.js
 mobile/android/components/Snippets.js
 
 # Bug 1178739: Ignore this file as a quick fix for "Illegal yield expression"
 mobile/android/modules/HomeProvider.jsm
 
 # services/ exclusions
 
 # Uses `#filter substitution`