| add_rules | R Documentation |
Install textlint rule modules
add_rules(rules = NULL, scope = "dev")
rules |
the name of rule; see |
scope |
'dev' or 'global'. |
## Not run:
add_rules("first-sentence-length", "dev")
# Skip already exist are ignored
add_rules(c("no-todo", "first-sentence-length"), scope = "dev")
# Global install
add_rules("first-sentence-length", "global")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.