mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Enable jsdoc/require-jsdoc rule, fix all violations (fixes #85).
This commit is contained in:
parent
a1249ad24d
commit
74af9f82fb
13 changed files with 257 additions and 59 deletions
|
@ -1,5 +1,7 @@
|
|||
"use strict";
|
||||
|
||||
/* eslint-disable jsdoc/require-jsdoc */
|
||||
|
||||
(function main() {
|
||||
// DOM elements
|
||||
var markdown = document.getElementById("markdown");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue