summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.ci/template.linux.yml2
-rw-r--r--.ci/template.mac.yml2
-rw-r--r--.ci/template.windows.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.ci/template.linux.yml b/.ci/template.linux.yml
index 8e935a9c8..a6bab1787 100644
--- a/.ci/template.linux.yml
+++ b/.ci/template.linux.yml
@@ -1,5 +1,5 @@
steps:
- - bash: npm install eslint typescript@$(TS_VERSION) @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier
+ - bash: npm install eslint@5.16.0 typescript@$(TS_VERSION) @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier
- template: ./template.unix.yml
- bash: npx eslint **/*.ts --max-warnings=0
- template: ./template.common.yml
diff --git a/.ci/template.mac.yml b/.ci/template.mac.yml
index 81ea6fb35..45ebc0171 100644
--- a/.ci/template.mac.yml
+++ b/.ci/template.mac.yml
@@ -1,6 +1,6 @@
steps:
- bash: npm install -g functional-red-black-tree
- - bash: npm -g install eslint typescript@$(TS_VERSION) @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier
+ - bash: npm -g install eslint@5.16.0 typescript@$(TS_VERSION) @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier
- template: ./template.unix.yml
- bash: eslint **/*.ts --max-warnings=0
- template: ./template.common.yml
diff --git a/.ci/template.windows.yml b/.ci/template.windows.yml
index f2228993d..818294e14 100644
--- a/.ci/template.windows.yml
+++ b/.ci/template.windows.yml
@@ -1,5 +1,5 @@
steps:
- - bash: npm install eslint typescript@$(TS_VERSION) @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier
+ - bash: npm install eslint@5.16.0 typescript@$(TS_VERSION) @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier
- powershell: iwr https://deno.land/x/install/install.ps1 -out install.ps1; .\install.ps1 $(DENO_VERSION)
- bash: echo "##vso[task.prependpath]C:\Users\VssAdministrator\.deno\\bin"
- bash: npx eslint **/*.ts --max-warnings=0