WIP.
This commit is contained in:
parent
abe356a802
commit
95b1c701ed
@ -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
|
||||
|
||||
|
||||
|
||||
@ -3,3 +3,4 @@ rules:
|
||||
- error
|
||||
- double
|
||||
unicorn/prefer-query-selector: off
|
||||
no-negated-condition: off
|
||||
|
||||
Loading…
Reference in New Issue
Block a user