diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml deleted file mode 100644 index 0e33093..0000000 --- a/.buildkite/pipeline.yaml +++ /dev/null @@ -1,8 +0,0 @@ -steps: - - label: ":eslint: Lint" - command: - - "yarn install" - - "yarn lint" - plugins: - - docker#v3.0.1: - image: "node:10"