Skip to content

Instantly share code, notes, and snippets.

@watagashi
Last active July 13, 2018 10:09
Show Gist options
  • Save watagashi/8f788744f2ca388fb2d52731ddf6ba0e to your computer and use it in GitHub Desktop.
Save watagashi/8f788744f2ca388fb2d52731ddf6ba0e to your computer and use it in GitHub Desktop.
remark-lint settings
{
"filters": {},
"rules": {
"preset-japanese": true,
"no-todo": true
}
}
{
"dependencies": {
"remark-cli": "^5.0.0",
"remark-lint": "^6.0.2",
"remark-lint-no-missing-blank-lines": "^1.0.2",
"remark-preset-lint-recommended": "^3.0.2",
"textlint": "^10.2.1",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-no-todo": "^2.0.0",
"textlint-rule-preset-japanese": "^4.0.0"
},
"scripts": {
"lint-md": "remark ."
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended",
[
"lint-no-undefined-references",
false
],
[
"lint-no-shortcut-reference-image",
false
],
[
"lint-no-shortcut-reference-link",
false
],
[
"lint-no-missing-blank-lines",
{
"exceptTightLists": true
}
]
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment