Initial Project
This commit is contained in:
6
.azure-devops/lint.yml
Normal file
6
.azure-devops/lint.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
steps:
|
||||
- task: Npm@1
|
||||
displayName: 'Lint'
|
||||
inputs:
|
||||
command: custom
|
||||
customCommand: 'run lint'
|
||||
Reference in New Issue
Block a user