Socket
Book a DemoInstallSign in
Socket

@dialpad/eslint-plugin-dialtone

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dialpad/eslint-plugin-dialtone

dialtone eslint plugin

1.10.0
latest
npmnpm
Version published
Maintainers
3
Created
Source

eslint-plugin-dialtone

Dialtone ESLint plugin containing rules to help developers maintain dialtone recommended practices.

Adding a new rule

We use yeoman generator to generate new rules.

First, install it globally:

pnpm add -g yo generator-eslint mem-fs

Then, run the command below and follow the steps.

yo eslint:rule

Writing rules

You can try the code you're trying to detect here: AST Explorer to know which function you need to call inside create function.

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install @dialpad/eslint-plugin-dialtone:

npm install @dialpad/eslint-plugin-dialtone --save-dev

Usage

Add @dialpad/dialtone to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "@dialpad/dialtone"
    ]
}

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

{
    "rules": {
        "@dialpad/dialtone/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here

Keywords

Dialpad

FAQs

Package last updated on 17 Jun 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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.