1.0.0 • Published 4 years ago

@bonlineza/eslint-config v1.0.0

Weekly downloads
-
License
UNLICENCED
Repository
-
Last release
4 years ago

B-Online's Eslint Configuration

This eslint configuration file represents the collection of years worth of development using React.js and the coding rules/style we have decided to implement are recorded in these rules.

Usage

  • install package with: yarn add @bonlineza/eslint-config
  • in your .eslintrc file - add it to the 'extends' key:
{
  "extends": ["@bonlineza"],
}