Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include template linting in lint checks #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

elwayman02
Copy link
Contributor

Currently, even though the npm lint command is configured to run all non-fix lint commands, the lint:hbs command was omitted so only js lint checks have been running up to this point. This change adds lint:hbs such that npm run lint will correctly run both linters. A lint disable was added to one file which had an existing error, in order to keep the build passing.

Currently, even though the npm `lint` command is configured to run all non-fix lint commands, the `lint:hbs` command was omitted so only js lint checks have been running up to this point. This change adds `lint:hbs` such that `npm run lint` will correctly run both linters. A lint disable was added to one file which had an existing error, in order to keep the build passing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant