Skip to content

Commit

Permalink
build(windows): do not lint using prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
P0lip committed Jan 4, 2021
1 parent 5919d40 commit c501db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- script: yarn
displayName: Install deps

- script: yarn lint
- script: yarn lint.eslint
displayName: Lint the code

- script: yarn build
Expand Down

0 comments on commit c501db9

Please sign in to comment.