1.0.2 • Published 3 years ago

@lsd-aus/eslint-config v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

@lsd-aus/eslint-config

npm

Installation

yarn add @lsd-aus/eslint-config

Usage

We have 2 differents configs, reference the one you need in your .eslintrc

For Vanilla javascript

{
  "extends": "@lsd-aus/eslint-config/vanilla"
}

For React

{
  "extends": "@lsd-aus/eslint-config/react"
}

For TypeScript

{
  "extends": "@lsd-aus/eslint-config/typescript"
}

License

MIT © Luke Secomb.