Add docs about meteor lint to docs

This commit is contained in:
Slava Kim
2015-05-07 15:45:16 -07:00
committed by David Glasser
parent 56ad641f1b
commit 27c0843bfc
2 changed files with 7 additions and 0 deletions

View File

@@ -274,6 +274,12 @@ for example, npm packages. You can try to override that behavior
with the --architecture flag.
<h3 id="meteorlint">meteor lint</h3>
Run through the whole build process for the app and run all linters the app
uses. Outputs all build errors or linting warnings to the standard output.
<h3 id="meteorsearch">meteor search</h3>
Searches for Meteor packages and releases, whose names contain the specified

View File

@@ -338,6 +338,7 @@ var toc = [
"meteor mongo",
"meteor reset",
"meteor build",
"meteor lint",
"meteor search",
"meteor show",
"meteor publish",