gecko-dev/toolkit/components/microformats/.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

9 lines
87 B
JavaScript

"use strict";
module.exports = {
"env": {
"node": true,
"amd": true,
}
};