1.0.2 • Published 3 months ago

@buildersbank/eslint-config-builders v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

@buildersbank/eslint-config-builders

Installation

yarn add --dev eslint prettier @buildersbank/eslint-config-builders

Link to Tutorial in Builders Notion

Usage

With React

Add to your eslint config (.eslintrc, .eslintrc.js, or eslintConfig field in package.json):

{
  "extends": "@buildersbank/eslint-config-builders/react"
}

Default

Add to your eslint config (.eslintrc, .eslintrc.js, or eslintConfig field in package.json):

{
  "extends": "@buildersbank/eslint-config-builders"
}