1.1.1 • Published 3 years ago

eslint-config-trybe-fundamentals v1.1.1

Weekly downloads
21
License
GPL-3.0
Repository
-
Last release
3 years ago

eslint-config-trybe-fundamentals

ESLint Shared config used by trybe on projects of the Fundamentals module

Installation

Simply install this through npm:

$ npm i eslint-config-trybe-fundamentals

Usage

Extend this config on your .eslintrc.json:

{
  // ...
  "extends": "trybe-fundamentals"
  // ...
}