fb5ec068dd
This should cover most of the remaining linting errors. After this, I expect fewer than ten linting errors.
5 lines
No EOL
190 B
Text
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)}' |