Skip to content

Commit c36a5d2

Browse files
author
Phoenix He
authored
Enable prettier and spellcheck in private repo (Azure#11101)
1 parent 03073fa commit c36a5d2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.azure-pipelines/PrettierCheck.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
jobs:
22
- job: "PrettierCheck"
3-
condition: "not(variables['PRIVATE'])"
43
variables:
54
NODE_OPTIONS: '--max-old-space-size=8192'
65
pool:

.azure-pipelines/Spellcheck.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
jobs:
22
- job: "Spellcheck"
3-
condition: "not(variables['PRIVATE'])"
43
variables:
54
NODE_OPTIONS: '--max-old-space-size=8192'
65
pool:

0 commit comments

Comments
 (0)