2.0.3 • Published 9 months ago

@coreblue/eslint-config v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

CoreBlue ESLint plugin

An opinionated ESLint config for CoreBlue projects

Installation

You'll first need to install ESLint:

$ yarn i eslint --save-dev

Next, install @coreblue/eslint-config:

$ yarn install @coreblue/eslint-config --save-dev

Note: If you're using the deprecated eslintrc configuration format you should continue to use v1 of this package

Usage

Add @coreblue/eslint-config to the extends section of your .eslintrc.cjs configuration file:

{
  "extends": [
    "@coreblue/eslint-config"
  ]
}

You can also extend specific configurations:

  • @coreblue/eslint-config/react