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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.91latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.91
0.0.80
0.0.70
0.0.60
0.0.50
0.0.40
0.0.30

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