chore: enforce Netlify style guide in CLI #1846
Labels
area: ci
area: docs
area: dx
type: chore
work needed to keep the product and development running smoothly
Per this comment #1836 (comment), we should find a way to enforce our style guide in the CLI output.
Some work has been done to extract log messages to a centralized location:
https://github.com/netlify/cli/blob/33fc7fbc068a825c14730047162900ca93737044/src/lib/log.js
We should add any new message to that file and move existing ones.
Having all log messages in a centralized location will make it easier to lint them per the style guide.
The text was updated successfully, but these errors were encountered: