Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .textlintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,23 @@ module.exports = {
plugins: ["html"],
filters: {
comments: true,
allowlist: {
allow: ["/<(code|pre)[^>]*>[\\s\\S]*?</(code|pre)>/"],
},
},
rules: {
"preset-jtf-style": {
// 階層構造を表現する記号としての>の使用例があるため
"4.3.7.山かっこ<>": false,
},
prh: {
rulePaths: ["./prh.yaml"],
checkLink: false,
checkBlockQuote: false,
checkEmphasis: true,
checkHeader: true,
checkParagraph: true,
checkCodeComment: [],
},
},
};
Loading