'How to add ESLint Settings in Azure DevOps XML?
I am trying to add eslint setting to my Azure XML file. I have already existing project and need to add this setting.
Solution 1:[1]
You need to put inside the Exec line command from package.json, which run eslint <Exec Command="npm run lint" />
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | SpaceJoe |
