This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Discovered in tektoncd#182 (comment) that our JS linter is not being run on PR builds. Add it to node_test so we can capture these issues and provide faster feedback to developers without requiring manual review/testing of code style, unused variables/imports etc. Also add the node-* folder (used in PR builds) to .gitignore to avoid issues with unexpected lint config references.
- Loading branch information