2017-05-18 21:21:33 +03:00
|
|
|
{
|
2017-10-03 13:57:18 +03:00
|
|
|
"extends": "joyent-portal",
|
|
|
|
"plugins": ["graphql"],
|
|
|
|
"rules": {
|
|
|
|
"graphql/template-strings": ["error", {
|
|
|
|
"env": "apollo"
|
|
|
|
}],
|
|
|
|
"graphql/named-operations": ["error"],
|
|
|
|
"graphql/required-fields": ["error", {
|
|
|
|
"requiredFields": ["id"]
|
|
|
|
}],
|
|
|
|
"graphql/capitalized-type-name": ["error"]
|
|
|
|
}
|
2017-05-18 21:21:33 +03:00
|
|
|
}
|