Skip to content

Commit

Permalink
Added markedjs for the-djmaze#1604
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed Aug 25, 2024
1 parent cb7dafb commit 34f730a
Show file tree
Hide file tree
Showing 3 changed files with 2,488 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ module.exports = {
// Mailvelope
'mailvelope': "readonly",
// Punycode
'IDN': "readonly"
'IDN': "readonly",
// Turndown
'TurndownService': "readonly",
// Marked
'marked': "readonly"
},
// http://eslint.org/docs/rules/
rules: {
Expand Down
Loading

0 comments on commit 34f730a

Please sign in to comment.