mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-03-03 02:27:01 +00:00
Added markedjs for #1604
This commit is contained in:
@@ -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: {
|
||||
|
||||
2483
vendors/marked/marked.js
vendored
Normal file
2483
vendors/marked/marked.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
vendors/turndown/turndown.js
vendored
1
vendors/turndown/turndown.js
vendored
@@ -4,7 +4,6 @@
|
||||
*/
|
||||
|
||||
const TurndownService = (() => {
|
||||
'use strict';
|
||||
|
||||
const repeat = (character, count) => Array(count + 1).join(character),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user