WIP.
This commit is contained in:
parent
abe356a802
commit
95b1c701ed
@ -4,9 +4,9 @@ services:
|
|||||||
xo-js-lint:
|
xo-js-lint:
|
||||||
build: linting/js
|
build: linting/js
|
||||||
image: patek-devs/eslint-xo
|
image: patek-devs/eslint-xo
|
||||||
command: . --space=4 --env=browser --extend=/eslintrc.yml
|
command: . --env=browser --extend=/eslintrc.yml
|
||||||
volumes:
|
volumes:
|
||||||
- ./themes/patek/assets/js:/src:ro
|
- ./themes/patek/assets/js:/src:ro
|
||||||
- ./linting/js/eslintrc.yml:/eslintrc.yml
|
- ./linting/js/eslintrc.yml:/eslintrc.yml
|
||||||
xo-html-lint:
|
|
||||||
build: linting/js
|
|
||||||
|
|||||||
@ -3,3 +3,4 @@ rules:
|
|||||||
- error
|
- error
|
||||||
- double
|
- double
|
||||||
unicorn/prefer-query-selector: off
|
unicorn/prefer-query-selector: off
|
||||||
|
no-negated-condition: off
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user