0.0.1 • Published 2 years ago

@elevenlabs/eslint-config v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

: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