Skip to content

Commit

Permalink
style(docs): update doc whitelist types
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Feb 10, 2020
1 parent 22ebd18 commit 0e599ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"format:js": "npm run lint:js -- --fix",
"lint": "npm run lint:android && npm run lint:ios && npm run lint:js && npm run lint:docs",
"lint:android": "clang-format-lint android/src/**/*.java",
"lint:docs": "tdoc-validate -w Titanium.Module apidoc",
"lint:docs": "tdoc-validate -w Titanium.Proxy,Titanium.Module,Titanium.UI.View apidoc",
"lint:ios": "clang-format-lint ios/**/*.m ios/**/*.h",
"lint:js": "eslint .",
"test": "npm run lint && npm run test:unit",
Expand Down

0 comments on commit 0e599ad

Please sign in to comment.