0.0.9 • Published 4 years ago

@tetchel/eslint-config-actions v0.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago