mirror of
https://github.com/benjaminion/upgrading-ethereum-book.git
synced 2026-01-09 22:47:55 -05:00
Update dependencies
This commit is contained in:
@@ -52,6 +52,9 @@ module.exports.lintSourceMarkdown = (file) => {
|
||||
// Multiple top-level titles are ok (they appear on different pages after pre-processing)
|
||||
'MD025': false,
|
||||
|
||||
// Doesn't work well with blockquoted lists
|
||||
'MD027': false,
|
||||
|
||||
// Some lists begin with other index than 1
|
||||
'MD029': false,
|
||||
|
||||
|
||||
@@ -50,6 +50,9 @@ module.exports.lintSplitMarkdown = (files) => {
|
||||
// We have long lines
|
||||
'MD013': false,
|
||||
|
||||
// Doesn't work well with blockquoted lists
|
||||
'MD027': false,
|
||||
|
||||
// Some lists begin with other index than 1
|
||||
'MD029': false,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user