@michaelp1994/eslint-plugin-typegraphql

0.1.4 • Public • Published

eslint-plugin-typegraphql

Linting rules for TypeGraphQL

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install @michaelp1994/eslint-plugin-typegraphql:

npm install @michaelp1994/eslint-plugin-typegraphql --save-dev

Usage

This is based on the rules of graphql-esllint but for TypegraphQL where they can be applied.

Add graphql to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": ["typegraphql"]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "typegraphql/input-name": 1,
        "typegraphql/input-type-name": 1,
        "typegraphql/require-description": 1
    }
}

Supported Rules

  • Fill in provided rules here

Package Sidebar

Install

npm i @michaelp1994/eslint-plugin-typegraphql

Weekly Downloads

3

Version

0.1.4

License

ISC

Unpacked Size

55.4 kB

Total Files

13

Last publish

Collaborators

  • michaelp1994