0.0.22 ⢠Published 1 year ago
markuplint-angular-control-flow-visitor v0.0.22
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
0.0.20
1 year ago
0.0.21
1 year ago
0.0.10
1 year ago
0.0.22
1 year ago
0.0.11
1 year ago
0.0.12
1 year ago
0.0.13
1 year ago
0.0.14
1 year ago
0.0.15
1 year ago
0.0.9
1 year ago
0.0.16
1 year ago
0.0.8
1 year ago
0.0.17
1 year ago
0.0.18
1 year ago
0.0.19
1 year ago
0.0.5
1 year ago
0.0.7
1 year ago
0.0.6
1 year ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago