Linter doesn't need downstream projects

This commit is contained in:
Travis Ralston 2019-03-13 18:33:45 -06:00
parent 311c81fca0
commit c63c6fce70

View file

@ -1,10 +1,7 @@
steps: steps:
- label: ":eslint: Lint" - label: ":eslint: Lint"
command: command:
# TODO: Remove hacky chmod for BuildKite - "yarn install"
- "chmod +x ./scripts/ci/*.sh"
- "chmod +x ./scripts/*"
- "./scripts/ci/install-deps.sh"
- "yarn lintwithexclusions" - "yarn lintwithexclusions"
plugins: plugins:
- docker#v3.0.1: - docker#v3.0.1: