nimbus-graphql
v2.0.0-beta2
Published
a GraphQL Framework with batteris included
Downloads
13
Readme
nimbus-graphql
A GraphQL Framework with batteries included
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"
]
}