diff --git a/docker-compose.yml b/docker-compose.yml index 8549cae..d2e36a6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 + + diff --git a/linting/js/eslintrc.yml b/linting/js/eslintrc.yml index 69a157d..4f337a4 100644 --- a/linting/js/eslintrc.yml +++ b/linting/js/eslintrc.yml @@ -3,3 +3,4 @@ rules: - error - double unicorn/prefer-query-selector: off + no-negated-condition: off