eslint-config-govtech-mcf
v1.2.0
Published
ESLint rules used for the MyCareersFuture project
Downloads
179
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",
...
],
...
}