mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add docs about meteor lint to docs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -338,6 +338,7 @@ var toc = [
|
||||
"meteor mongo",
|
||||
"meteor reset",
|
||||
"meteor build",
|
||||
"meteor lint",
|
||||
"meteor search",
|
||||
"meteor show",
|
||||
"meteor publish",
|
||||
|
||||
Reference in New Issue
Block a user