New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@askui/eslint-plugin-askui

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@askui/eslint-plugin-askui

Validate correct usage of askui library

latest
Source
npmnpm
Version
1.3.1
Version published
Maintainers
0
Created
Source

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/askui to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "@askui/askui"
    ]
}

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

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

Rules

Name
expect
no-missing-exec

Keywords

eslint

FAQs

Package last updated on 06 Nov 2024

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