Skip to content

BlueBaseJS/eslint-config-bluebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •