tvl-depot/emacs/.emacs.d/snippets/rjsx-mode/redux-action
William Carroll fb5ec068dd More Elisp linting
This should cover most of the remaining linting errors. After this, I expect
fewer than ten linting errors.
2020-09-01 10:17:43 +01:00

5 lines
No EOL
190 B
Text

# -*- mode: snippet -*-
# name: redux-action
# key: rax
# --
export const ${1:$$(string-lower->caps yas-text)} = '`(downcase (functions-buffer-dirname))`/${1:$(string-caps->kebab yas-text)}'