0.0.22 • Published 8 months ago

markuplint-angular-control-flow-visitor v0.0.22

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

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

PropertyTypeOptionalDefault ValueDescription
foostringāœ”undefinedTODO: Write a description
barnumber[]āœ”undefinedTODO: Write a description

Default severity

TODO: Choose error or warning

0.0.20

9 months ago

0.0.21

9 months ago

0.0.10

9 months ago

0.0.22

8 months ago

0.0.11

9 months ago

0.0.12

9 months ago

0.0.13

9 months ago

0.0.14

9 months ago

0.0.15

9 months ago

0.0.9

9 months ago

0.0.16

9 months ago

0.0.8

9 months ago

0.0.17

9 months ago

0.0.18

9 months ago

0.0.19

9 months ago

0.0.5

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago