New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@betsys-eslint/install

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@betsys-eslint/install

Package installer for ESLint configurations and plugins that installs the peer dependencies of the package and the package itself.

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

Shows an illustrated sun in light color mode and a moon with stars in dark color mode.

@betsys-eslint/install

Installer for our ESLint configurations and plugins


Requirements

This cli tool requires Node.js v16 and later to work correctly.

Quick Start

CLI tool will install any @betsys-eslint package with its peer dependencies and execute the package's install schematics that alters your code automatically.

Installing ESLint configurations

npx @betsys-eslint/install config CONFIGURATION_NAME
# Note: Use CONFIGURATION_NAME without "eslint-config" prefix

# Example
npx @betsys-eslint/install config typescript

Installing ESLint plugins

npx @betsys-eslint/install plugin PLUGIN_NAME
# Note: Use PLUGIN_NAME without "eslint-plugin" prefix

# Example
npx @betsys-eslint/install plugin angular-template-spacing

Command details

npx @betsys-eslint/install TYPE NAME INSTALL_DIR

Parameters:

  • TYPE (required)
    • either config or plugin
  • NAME (required)
    • when TYPE is config, name of the config package without @betsys-eslint/eslint-config- prefix
    • when TYPE is plugin, name of the plugin package without @betsys-eslint/eslint-plugin- prefix
  • INSTALL_DIR (optional)
    • path to directory with package.json file (relative or absolute)
    • defaults to current directory

Keywords

FAQs

Package last updated on 05 Jan 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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc