Bug 1231956: Add devtools to .eslintignore. r?pbro draft
authorDave Townsend <dtownsend@oxymoronical.com>
Mon, 11 Jan 2016 14:28:54 -0800
changeset 320599 30eeaba05075875b5c56a8591f68d76418466aa6
parent 320598 6bdaa2e19b7d3f021e5d8faa2b0e1cf8d12756e8
child 320629 43cf48518727d2bba429b331b1956a6abb41a456
push id9246
push userdtownsend@mozilla.com
push dateMon, 11 Jan 2016 22:35:15 +0000
reviewerspbro
bugs1231956, 1229588
milestone46.0a1
Bug 1231956: Add devtools to .eslintignore. r?pbro Devtools has a lot of eslint failures right now that would block us from turning on compile time eslint checks in bug 1229588. For now I'd like to just ignore the directory and then you can work to clean up the warnings and re-enable checks at whatever pace you like.
.eslintignore
--- a/.eslintignore
+++ b/.eslintignore
@@ -13,16 +13,17 @@ devtools/**/*.html
 # below.
 accessible/**
 addon-sdk/**
 build/**
 caps/**
 chrome/**
 config/**
 db/**
+devtools/**
 docshell/**
 dom/**
 editor/**
 embedding/**
 extensions/**
 gfx/**
 gradle/**
 hal/**