Socket
Book a DemoInstallSign in
Socket

markuplint-angular-control-flow-visitor

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markuplint-angular-control-flow-visitor

TODO: Write a description

latest
npmnpm
Version
0.0.22
Version published
Maintainers
0
Created
Source

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
foostringundefinedTODO: Write a description
barnumber[]undefinedTODO: Write a description

Default severity

TODO: Choose error or warning

FAQs

Package last updated on 15 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts