Skip to content
Snippets Groups Projects
Commit 6c68be9d authored by Jean Valverde's avatar Jean Valverde :construction_site:
Browse files

fix: lint resolve plugins path

parent 73e72610
No related branches found
No related tags found
No related merge requests found
Pipeline #576410731 passed
......@@ -179,7 +179,7 @@ lint_js:
- node ${CI_LINT_NODE_BIN_DIR}/eslint
--config ${CI_CONFIG_ESLINT}
--ignore-path ${CI_CONFIG_ESLINT_IGNORE}
--resolve-plugins-relative-to ${CI_WEB_ROOT}/core
--resolve-plugins-relative-to ${CI_LINT_NODE_PACKAGE}
--format junit
--output-file "${CI_PROJECT_DIR}/report-${CI_JOB_NAME}/eslint-js_junit.xml"
"${CI_DIRS_LINT_JS}"
......@@ -196,7 +196,7 @@ lint_yaml:
- node ${CI_LINT_NODE_BIN_DIR}/eslint
--config ${CI_CONFIG_ESLINT_YAML}
--ignore-path ${CI_CONFIG_ESLINT_IGNORE_YAML}
--resolve-plugins-relative-to ${CI_WEB_ROOT}/core
--resolve-plugins-relative-to ${CI_LINT_NODE_PACKAGE}
--ext .yml
--format junit
--output-file "${CI_PROJECT_DIR}/report-${CI_JOB_NAME}/eslint-yaml_junit.xml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment