Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ It is bound to the `test` stage, and uses the following variable: | `NODE_LINT_ENABLED` | Set to `true` to enable lint analysis | _none_ (disabled) | | `NODE_LINT_ARGS` | npm [run script](https://docs.npmjs.com/cli/v8/commands/npm-run-script) arguments to execute the lint analysis <br/> yarn [run script](https://classic.yarnpkg.com/en/docs/cli/run) arguments to execute the lint analysis | `run lint` | The job generates a lint report that you will find here: `NODE_PROJECT_DIR/reports/eslint-report.json`. The job generates a lint report that you will find here: `NODE_PROJECT_DIR/reports/node-lint.xslint.json`. ### `node-build` job Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ It is bound to the `test` stage, and uses the following variable: | `NODE_LINT_ENABLED` | Set to `true` to enable lint analysis | _none_ (disabled) | | `NODE_LINT_ARGS` | npm [run script](https://docs.npmjs.com/cli/v8/commands/npm-run-script) arguments to execute the lint analysis <br/> yarn [run script](https://classic.yarnpkg.com/en/docs/cli/run) arguments to execute the lint analysis | `run lint` | The job generates a lint report that you will find here: `NODE_PROJECT_DIR/reports/eslint-report.json`. The job generates a lint report that you will find here: `NODE_PROJECT_DIR/reports/node-lint.xslint.json`. ### `node-build` job Loading