eslint-config-sensu-relay

1.3.0 • Public • Published

eslint-config-sensu-relay

This package provides Sensu's Relay ESLint settings as an extensible configuration.

version license build

Usage

First, add the package to your project.

yarn add --dev eslint eslint-config-sensu-relay
 
# or with npm 
 
npm install --save-dev eslint eslint-config-sensu-relay

If you did not already have an .eslintrc file you can add one.

./node_modules/.bin/eslint --init

Finally, add the following to your .eslintrc.

{
  "extends": [
    "sensu",
    "sensu-relay"
  ]
}

graphql-config

The plugin assumes that you have a .graphqlrc file present. See graphql-config for more details on it's options.

{
  "schemaPath": "schema.graphql",
  "includes": ["*.graphql"],
  "excludes": ["tmp/**"]
}

Package Sidebar

Install

npm i eslint-config-sensu-relay

Weekly Downloads

2

Version

1.3.0

License

MIT

Unpacked Size

5.84 kB

Total Files

7

Last publish

Collaborators

  • jamesdphillips