mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-23 17:30:12 +01:00
Remove deprecated ESLint rules after version update.
This commit is contained in:
parent
760055e129
commit
3b1dfe42df
10 changed files with 8 additions and 57 deletions
|
|
@ -215,7 +215,6 @@
|
|||
violations.addEventListener("click", onViolationClick, true);
|
||||
copyLink.addEventListener("click", onCopyLinkClick);
|
||||
|
||||
/* eslint-disable max-len */
|
||||
markdown.value = [
|
||||
"## Introduction",
|
||||
"",
|
||||
|
|
@ -243,7 +242,6 @@
|
|||
"[`markdownlint/Ruby`](https://github.com/markdownlint/markdownlint) for the inspiration and [`markdown-it`](https://github.com/markdown-it/markdown-it) for the parser and interactive demo idea!",
|
||||
""
|
||||
].join("\n");
|
||||
/* eslint-enable max-len */
|
||||
|
||||
// Update Markdown from hash (if present)
|
||||
if (window.location.hash) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue