This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

eslint-plugin-askui

1.2.0 • Public • Published

eslint-plugin-askui

Validate correct usage of askui library

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install @askui/eslint-plugin-askui:

npm install @askui/eslint-plugin-askui --save-dev

Usage

Add askui to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "askui"
    ]
}

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

{
    "rules": {
        "askui/no-missing-askui-exec": "error"
    }
}

Rules

Name
no-missing-askui-exec

/eslint-plugin-askui/

    Package Sidebar

    Install

    npm i eslint-plugin-askui

    Weekly Downloads

    0

    Version

    1.2.0

    License

    MIT

    Unpacked Size

    13.6 kB

    Total Files

    11

    Last publish

    Collaborators

    • johannesdienst-askui