Skip to content

Commit

Permalink
Allow Note and Tip
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jan 4, 2024
1 parent 7f97504 commit 1852185
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .remarkrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"plugins": {
"remark-lint-no-undefined-references": {
"allow": [ "!TIP", "!NOTE"]
}
}
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"prettier": "^2.5.1",
"remark-cli": "^10.0.1",
"remark-preset-lint-recommended": "^6.1.2",
"remark-lint-no-undefined-references": "^4.2.1",
"textlint": "^12.1.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-common-misspellings": "^1.0.1",
Expand Down Expand Up @@ -63,7 +64,8 @@
"paddedTable": true
},
"plugins": [
"remark-preset-lint-recommended"
"remark-preset-lint-recommended",
"remark-lint-no-undefined-references"
]
}
}

0 comments on commit 1852185

Please sign in to comment.