2.0.0-beta2 • Published 4 years ago

nimbus-graphql v2.0.0-beta2

Weekly downloads
24
License
ISC
Repository
github
Last release
4 years ago

nimbus-graphql

A GraphQL Framework with batteries included

npm CircleCI

Developing

VSCode users

Since tslint is being deprecated, we are using eslint. To make the eslint VSCode extension report issues on typescript files we need to add a setting. To do that, add the following snippet on settings.json:

{
  "eslint.validate": [
    "javascript",
    "javascriptreact",
    "typescript",
    "typescriptreact"
  ]
}