Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@tetchel/eslint-config-actions

redhat-actions11MIT0.0.9

tetchel's ESLint config for GitHub Actions

eslint, eslint-config, eslintrc

readme

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",
    ],
};