1.2.0 • Published 6 years ago

eslint-config-govtech-mcf v1.2.0

Weekly downloads
145
License
MIT
Repository
github
Last release
6 years ago

eslint-config-mcf

This repository contains ESLint rules we use for the MyCareersFuture project. Feel free to open issues to discuss rules.

Usage

Install It

Install this configuration via NPM/Yarn:

npm install eslint-config-mcf --save-dev
yarn add eslint-config-mcf --dev

Include It

Add this configuration to your .eslintrc.json file:

{
  ...
  "extends": [
    "govtech-mcf",
    ...
  ],
  ...
}