Skip to content

Commit

Permalink
Add remark-lint-double-link plugin (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jul 18, 2020
1 parent c3312c0 commit a0d9240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ exports.plugins = [

require('remark-lint-match-punctuation'),
require('remark-lint-no-repeat-punctuation'),
require('remark-lint-double-link'),

// Custom plugins
...require('./rules')
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"remark-lint-code-block-style": "^2.0.0",
"remark-lint-definition-case": "^2.0.0",
"remark-lint-definition-spacing": "^2.0.0",
"remark-lint-double-link": "^0.1.0",
"remark-lint-emphasis-marker": "^2.0.0",
"remark-lint-fenced-code-marker": "^2.0.0",
"remark-lint-file-extension": "^1.0.2",
Expand Down

0 comments on commit a0d9240

Please sign in to comment.