version: '2' services: xo-js-lint: build: linting/js image: patek-devs/eslint-xo command: . --space=4 --env=browser --extend=/eslintrc.yml volumes: - ./themes/patek/assets/js:/src:ro - ./linting/js/eslintrc.yml:/eslintrc.yml xo-html-lint: build: linting/js