@bluebase/eslint-config-bluebase

1.0.3 • Public • Published

BlueBase Eslint Config

An Eslint Configuration for BlueBase projects


Setup

  • Install the package via
yarn add @bluebase/eslint-config-bluebase
  • Create a .eslintrc file on the root of your project with the following content
{
    "extends": [
    	"@bluebase/eslint-config-bluebase/eslint.js"
    ]
}
  • Add the following lines to scripts in package.json
"lint" : "eslint src --ext=jsx,ts,tsx",
"fix:lint" : "eslint src --ext=jsx,ts,tsx --fix"
  • Run lint
yarn lint
  • Fix lint
yarn fix:lint

Readme

Keywords

none

Package Sidebar

Install

npm i @bluebase/eslint-config-bluebase

Weekly Downloads

6

Version

1.0.3

License

ISC

Unpacked Size

13.5 kB

Total Files

5

Last publish

Collaborators

  • abubakarsaddique
  • artalat
  • bluebase-release-bot