Skip to content

millerrs/docker-eslint-drupal8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

ESLint for Drupal 8

An ESLint image for Drupal 8.

Usage

docker run -it --rm -v /path/to/code:/app millerrs/eslint-drupal8

Usage in Jenkins Pipeline

stage('Run ESLint') {
    agent {
        docker {
            image 'millerrs/eslint-drupal8'
        }
    }
    steps {
        sh 'eslint web/modules/custom'
    }
}

About

An ESLint image for Drupal 8.

Resources

Stars

Watchers

Forks

Packages

No packages published