Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 34f730a

Browse files
author
the-djmaze
committed
Added markedjs for #1604
1 parent cb7dafb commit 34f730a

File tree

3 files changed

+2488
-2
lines changed

3 files changed

+2488
-2
lines changed

.eslintrc.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ module.exports = {
3737
// Mailvelope
3838
'mailvelope': "readonly",
3939
// Punycode
40-
'IDN': "readonly"
40+
'IDN': "readonly",
41+
// Turndown
42+
'TurndownService': "readonly",
43+
// Marked
44+
'marked': "readonly"
4145
},
4246
// http://eslint.org/docs/rules/
4347
rules: {

0 commit comments

Comments
 (0)