Add missing title attributes

Summary:
Extended the linter to check for the title attribute, too, and fixed
all violations. Linter will follow in next diff.

Reviewed By: jknoxville

Differential Revision: D14366410

fbshipit-source-id: b4de3592f2537e2bb16d4c2af231e5bee45346e4
This commit is contained in:
Pascal Hartig
2019-03-07 09:40:15 -08:00
committed by Facebook Github Bot
parent 31c240ba00
commit 83c9d3399f
3 changed files with 3 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },
"icon": "bird", "icon": "bird",
"title": "LeakCanary",
"bugs": { "bugs": {
"email": "jhli@fb.com" "email": "jhli@fb.com"
} }

View File

@@ -9,6 +9,7 @@
"lodash": "^4.17.11" "lodash": "^4.17.11"
}, },
"icon": "internet", "icon": "internet",
"title": "Network",
"bugs": { "bugs": {
"email": "oncall+flipper@xmail.facebook.com", "email": "oncall+flipper@xmail.facebook.com",
"url": "https://fb.workplace.com/groups/230455004101832/" "url": "https://fb.workplace.com/groups/230455004101832/"

View File

@@ -1,5 +1,6 @@
{ {
"name": "Sandbox", "name": "Sandbox",
"title": "Sandbox",
"version": "1.0.0", "version": "1.0.0",
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",