Currently we are using TFVC based repo. Recently we started using Prettier
paired with eslint
for our project since we want to enforce consistency and formatting smoothly across the repo. Now I cannot seem to find a way to run prettier
and eslint
only on the changed files.
We are also using Azure Pipelines
which builds the artifacts.
Prettier docs has this hooks but this only works for git
version control !