docs
diff --git a/tobago-theme/tobago-theme-standard/src/main/npm/tslint.json b/tobago-theme/tobago-theme-standard/src/main/npm/tslint.json
index b644691..33ee2ff 100644
--- a/tobago-theme/tobago-theme-standard/src/main/npm/tslint.json
+++ b/tobago-theme/tobago-theme-standard/src/main/npm/tslint.json
@@ -15,5 +15,6 @@
     "quotemark": [true, "double"],
     "typedef": [true, "call-signature"],
     "indent": [true, "spaces", 2]
-  }
+  },
+  "_comment": "Docs: https://palantir.github.io/tslint/rules/"
 }