Socket
Book a DemoInstallSign in
Socket

@elevenlabs/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elevenlabs/eslint-config

ESLint and Prettier config for Eleven Labs

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

:nail_care: eslint-config

ESLint and Prettier config for JavaScript and TypeScript projects

Install

Using NPM:

npm install --save-dev eslint @elevenlabs/eslint-config

Using Yarn:

yarn add --dev eslint @elevenlabs/eslint-config

Update your .eslintrc:

{
  "extends": "@elevenlabs/eslint-config",
  "rules": {
    // Additional, per-project rules...
  }
}

Add .editorconfig to project:

root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

Keywords

eslint

FAQs

Package last updated on 12 Aug 2022

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