add lnit script

This commit is contained in:
Primakov Alexandr Alexandrovich 2020-12-23 22:15:59 +03:00
parent 0e181095fc
commit 718367bf86

4
lint/eslint/Jenkinsfile vendored Normal file
View File

@ -0,0 +1,4 @@
stage('lint') {
echo 'runing comand npm run eslint'
sh 'npm run eslint'
}