2.0.0 • Published 2 years ago

@strg/eslint-config-graphql v2.0.0

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

eslint-config-graphql

Standard linting configuration for GraphQL projects developed by STRG.

Installation

# install with npm
npm install -D @strg/eslint-config-graphql

# or with yarn
yarn add -D @strg/eslint-config-graphql

Usage

// .eslintrc.js
module.exports = {
  extends: [
    '@strg/eslint-config-graphql'
  ]
}

Versioning

This project adheres to Semantic Versioning.