fune/toolkit/content/.eslintrc.js
Mark Banner a656cedb11 Bug 1341029 - Turn on the ESLint no-undef rule for all of toolkit/. r=jaws
MozReview-Commit-ID: Ed9FfkskDos

--HG--
extra : rebase_source : 6ae47dc76b3ebe77b66725a899d32e728af5d35e
2017-02-20 11:45:58 +00:00

7 lines
102 B
JavaScript

"use strict";
module.exports = {
"rules": {
"mozilla/import-browserjs-globals": "warn",
}
};