* master:
Add feature to hide disabled remote methods after explorer is initialized
More fixes of indentation in index.js
Fix broken indentation
Fix linting errors
Auto-update by eslint --fix
Add eslint infrastructure
2.4.0
Add `swaggerUI` option to enable/disable UI serving
2.3.0
2.2.0
remove references to ubuntu font
Update swaggerObject when a new model was added
# Conflicts:
# example/hidden.js
# example/simple.js
This completes the migration of swagger processing from strong-remoting
into loopback-explorer.
Added additional usage instructions to README and additional testing.
This commit introduces a change into where resource descriptors
are hosted. They are no longer hosted under /swagger, but instead
under the same path as the Explorer, wherever that may be.
Generally, the resource listing will be available at
/explorer/resources, and api listings under
/explorer/resources/{modelName}.