ESLint Config
This is our ESLint config for the Red Hat GitHub Actions.
Installation
npm i -D eslint @typescript-eslint/parser @typescript-eslint/eslint-plugin
npm i -D @tetchel/eslint-config-actions;
Then create .eslintrc.js
with the following contents:
module.exports = {
extends: [
"@tetchel/eslint-config-actions",
],
};