Socket
Socket
Sign inDemoInstall

@ant-ai/eslint-plugin-ant-ai

Package Overview
Dependencies
1
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ant-ai/eslint-plugin-ant-ai

eslint plugin for ant-ai


Version published
Maintainers
2
Install size
13.8 kB
Created

Readme

Source

eslint-plugin-ant-ai

eslint plugin for ant-ai

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install @ant-ai/eslint-plugin-ant-ai:

$ npm install @ant-ai/eslint-plugin-ant-ai --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install @ant-ai/eslint-plugin-ant-ai globally.

Usage

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

{
    "plugins": [
        "ant-ai"
    ]
}

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

{
    "rules": {
        "ant-ai/strict-dispatch-function": 2,
        "ant-ai/no-dispatch-then": 2
    }
}

Supported Rules

  • strict-dispatch-function
  • no-dispatch-then

Keywords

FAQs

Last updated on 15 Mar 2019

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc