1.0.0 • Published 7 years ago
eslint-config-ufhealth v1.0.0
eslint-config-ufhealth
A shareable eslint config for UF Health projects.
Extends standard, and includes the only-warn plugin so eslint will just yell at you for bad code, not prevent you from compiling it.
Install
yarn add -D eslint-config-ufhealth
Usage
Shareable configs are designed for use with the extends
option of your .eslintrc
. After installing, just add this to your .eslintrc
file:
{
"extends": "ufhealth"
}
That's basically it. Override any settings you want from this configuration by just adding them directly to your .eslintrc
file.
Changelog
The commit log should be pretty readable. If it isn't, please yell at us.
1.0.0
7 years ago