Bug 1384517 - Provide jsdoc rules for testing/marionette; r=automatedtester

MozReview-Commit-ID: HVzcmR767j8

--HG--
extra : rebase_source : 94ec195138422cf61d86722b0c04571603f4c2a3
This commit is contained in:
Andreas Tolfsen 2017-07-26 13:09:15 +01:00
Родитель 0b57e7dc16
Коммит 92bb4d51b2
1 изменённых файлов: 13 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,13 @@
"use strict";
module.exports = {
templates: {
cleverLinks: true,
},
plugins: ["plugins/markdown"],
opts: {
destination: "doc",
readme: "README.html",
private: true,
}
};