This commit is contained in:
Greenscreener 2019-07-17 22:46:01 +02:00
parent abe356a802
commit 95b1c701ed
2 changed files with 4 additions and 3 deletions

View File

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

View File

@ -3,3 +3,4 @@ rules:
- error
- double
unicorn/prefer-query-selector: off
no-negated-condition: off