3.0.2 • Published 5 months ago

@lmc-eu/eslint-config-graphql v3.0.2

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
5 months ago

@lmc-eu/eslint-config-graphql

Install

npm install @lmc-eu/eslint-config-graphql -D

Usage

Create a .eslintrc.js file with the following contents:

module.exports = {
  extends: [
    // ... (base eslint config)
    '@lmc-eu/eslint-config-graphql',
  ],
};

The shareable config can be customized in your eslint configuration file.

Additionally don’t forget to have .graphqlconfig file:

{
  // ...
  "schemaPath": "schema.json"
  // ...
}

Plugins

This configuration uses the following plugins:

3.0.2

5 months ago

3.0.1

7 months ago

3.0.0

7 months ago

2.0.0

7 months ago

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago