eslint-config-govtech-mcf

ESLint rules used for the MyCareersFuture project

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
eslint-config-govtech-mcf
1.2.05 years ago6 years agoMinified + gzip package size for eslint-config-govtech-mcf in KB

Readme

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",
    ...
  ],
  ...
}