Skip to content

utilitywarehouse/nimbus-graphql

Repository files navigation

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"
  ]
}

About

A GraphQL Framework with batteries included

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published