The shareable EcmaScript standard for UF Health web development.
- Based on
eslint-config-standard
- Supports ESNext classes
- Allows comma-dangle
yarn install @ufhealth/eslint-config-standard
In your .eslintrc
, eslint.config.js
or package.json#eslint
:
{
"extends": ["@ufhealth/eslint-config-standard"]
}