1.36.5 • Published 2 years ago

@floydspace/eslint-config-graphql v1.36.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@floydspace/eslint-config-graphql

ESlint plugin includes shared opinionated rules for GraphQL applications. Designed to use with @floydspace/eslint-config.

Usage

Install from npm

npm i --save-dev @floydspace/eslint-config @floydspace/eslint-config-graphql

Then, need to include necessary configurations sets to .eslintrc. Wee need to choose base configuration, and any necessary additional configs.

{
  "extends": ["@floydspace/eslint-config/app", "@floydspace/eslint-config-graphql"]
}