d84f972fbe
* feat(ui-toolkit): smaller and simpler Card api fixes: #809 fixes: #777 * feat(ui-toolkit) - Make adjustments to header (#824) * feat(ui-toolkit) - Make adjustments to header * feat(ui-toolkit) - Make adjustments to header * add issue and pull request templates (#819) * feat(all) - Add issue and pull ruequest templates * Update PULL_REQUEST_TEMPLATE.md * Create COMMIT_GUIDELINES.md * Update PULL_REQUEST_TEMPLATE.md * Update PULL_REQUEST_TEMPLATE.md * Update COMMIT_GUIDELINES.md * feat(ui-toolkit): smaller and simpler Card api fixes: #809 fixes: #777
16 lines
355 B
Plaintext
16 lines
355 B
Plaintext
{
|
|
"extends": "joyent-portal",
|
|
"plugins": ["graphql"],
|
|
"rules": {
|
|
"jsx-a11y/href-no-hash": 0,
|
|
"graphql/template-strings": ["error", {
|
|
"env": "apollo"
|
|
}],
|
|
"graphql/named-operations": ["error"],
|
|
"graphql/required-fields": ["error", {
|
|
"requiredFields": ["id"]
|
|
}],
|
|
"graphql/capitalized-type-name": ["error"]
|
|
}
|
|
}
|