stage('lint') { echo 'runing comand npm run eslint' sh 'npm run eslint' }