1.0.0 • Published 7 years ago
eslint-config-ufhealth-wordpress v1.0.0
eslint-config-ufhealth-wordpress
A shareable eslint config for WordPress-specific UF Health projects.
Extends the base ufhealth standard.
Install
yarn add -D eslint-config-ufhealth-wordpress
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-wordpress"
}
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