cerner / terra-toolkit

Terra Toolkit is a monorepo that contains utility modules for use when developing using Terra components
https://engineering.cerner.com/terra-toolkit
Apache License 2.0
32 stars 37 forks source link

Update lint:js script #793

Closed sycombs closed 12 months ago

sycombs commented 12 months ago

Summary

This PR updates the lint:js script in the root level package.json so that the maximum number of eslint warnings is zero, so that our lint PR checks will fail when there are warnings.

This change is identical to https://github.com/cerner/terra-core/pull/3832.

Testing

This change was tested using:

Tested by running the lint script locally and as part of the PR check.

Reviews

In addition to engineering reviews, this PR needs:

Additional Details

This PR resolves:

UXPLATFORM-9206


Thank you for contributing to Terra. @cerner/terra