markuplint-angular-control-flow-visitor
v0.0.22
Published
TODO: Write a description
Readme
The markuplint-angular-rule rule
TODO: Write a description
Install
npm install --save-dev {{ name }}Applying rules
{
"plugins": ["markuplint-angular-rule"],
"rules": {
"markuplint-angular-rule/angular-rule": {
"value": "__MAIN_VALUE__",
"options": {
"foo": "__OPTIONAL_VALUE__",
"bar": [123, 456, 789]
}
}
}
}Rule Details
👎 Examples of incorrect code for this rule
<todo>Write incorrect codes</todo>👍 Examples of correct code for this rule
<todo>Write correct codes</todo>Interface
- Type:
string - Default Value:
"__DEFAULT_MAIN_VALUE__"
Options
TODO: Write a description
Interface
| Property | Type | Optional | Default Value | Description |
| -------- | ---------- | -------- | ------------- | ------------------------- |
| foo | string | ✔ | undefined | TODO: Write a description |
| bar | number[] | ✔ | undefined | TODO: Write a description |
Default severity
TODO: Choose error or warning
