Skip to content

Instantly share code, notes, and snippets.

@marshallswain
Last active October 17, 2017 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marshallswain/45d7529a31ccd335b80e8f0c1ab50918 to your computer and use it in GitHub Desktop.
Save marshallswain/45d7529a31ccd335b80e8f0c1ab50918 to your computer and use it in GitHub Desktop.
VS Code Feathers Snippets
{
"Feathers Hook": {
"prefix": ";hook;",
"body": [
"const errors = require('feathers-errors')",
"",
"module.exports = function () {",
" return function $1 (context) {",
" $2",
" }",
"}",
""
],
"description": "Custom FeathersJS hook"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment