@tetchel/eslint-config-actions

0.0.9 • Public • Published

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

Package Sidebar

Install

npm i @tetchel/eslint-config-actions

Weekly Downloads

1

Version

0.0.9

License

MIT

Unpacked Size

3.89 kB

Total Files

3

Last publish

Collaborators

  • tetchel