Bug 1239437 - Allow linting for responsive.html directory. r=pbrosset draft
authorJ. Ryan Stinnett <jryans@gmail.com>
Fri, 22 Jan 2016 20:36:58 -0600
changeset 324475 3492105afd192fbfc99d4427a0cbcd1dc20d02de
parent 324474 3982ec8e6eb64b30623b1962adc55e10ef4b1910
child 324476 f1a1532180a71bab4c564483fa359a6ea88c2a8e
push id9925
push userjryans@gmail.com
push dateSat, 23 Jan 2016 02:38:47 +0000
reviewerspbrosset
bugs1239437
milestone46.0a1
Bug 1239437 - Allow linting for responsive.html directory. r=pbrosset
.eslintignore
--- a/.eslintignore
+++ b/.eslintignore
@@ -82,16 +82,18 @@ browser/extensions/pocket/content/panels
 browser/extensions/shumway/**
 browser/fuel/**
 browser/locales/**
 
 # Ignore all of loop since it is imported from github and checked at source.
 browser/extensions/loop/**
 
 # devtools/ exclusions
+# TODO: MozReview won't accept an empty patch, and I need a placeholder.
+# Will remove on landing.
 devtools/*.js
 devtools/client/*.js
 devtools/client/aboutdebugging/**
 devtools/client/animationinspector/**
 devtools/client/canvasdebugger/**
 devtools/client/commandline/**
 devtools/client/debugger/**
 devtools/client/eyedropper/**