0.0.15 • Published 9 months ago

eslint-plugin-justive-no-literal-link v0.0.15

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

eslint-plugin-justive-no-literal-link

prevent using non-exhaustive pattern matching in typescript

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-justive-no-literal-link:

npm eslint-plugin-justive-no-literal-link --save-dev

Usage

Add justive-no-literal-link to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "justive-no-literal-link"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "justive-no-literal-link/noLiteralLink": 2
    }
}

Rules

šŸ”§ Automatically fixable by the --fix CLI option.

NameDescriptionšŸ”§
noLiteralLinkno literal link containing '/'.šŸ”§
0.0.15

9 months ago

0.0.14

9 months ago

0.0.13

9 months ago

0.0.12

9 months ago

0.0.11

9 months ago

0.0.10

9 months ago