This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@elevenlabs/eslint-config

0.0.1 • Public • Published

💅 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

Readme

Keywords

Package Sidebar

Install

npm i @elevenlabs/eslint-config

Weekly Downloads

43

Version

0.0.1

License

MIT

Unpacked Size

4.12 kB

Total Files

8

Last publish

Collaborators

  • fpasquet