A shareable eslint config for WordPress-specific UF Health projects.
Extends the base ufhealth standard.
yarn add -D eslint-config-ufhealth-wordpress
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.
The commit log should be pretty readable. If it isn't, please yell at us.