0.3.0 • Published 2 years ago

@combovideo/eslint-config v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ESLint Configuration

Approach this as a standard ESLint configuration that we can apply across all of our web projects. It can easily be extended via configuration via an .eslintrc.json or .eslintrc file!

Installation

yarn add -D @combovideo/eslint-config

Make an .eslintrc.json file to extend the configuration:

// .eslintrc or .eslintrc.json
{
  "extends": "@combovideo"
}