Skip to content

Commit

Permalink
add arrow function snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
L42y committed Nov 26, 2016
1 parent b7328dd commit 9b09f8c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions snippets/js-mode/arrow-function
@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: arrow function
# key: =>
# --
const $1 = ($2) => {
$0
};

0 comments on commit 9b09f8c

Please sign in to comment.