1.0.0 • Published 5 years ago

@ufhealth/eslint-config-standard v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@ufhealth/eslint-config-standard

The shareable EcmaScript standard for UF Health web development.

NPM (scoped) Build Status

Key features

Installation & usage

yarn install @ufhealth/eslint-config-standard

In your .eslintrc, eslint.config.js or package.json#eslint:

{
  "extends": ["@ufhealth/eslint-config-standard"]
}