Skip to content

Instantly share code, notes, and snippets.

@plicjo
Last active February 18, 2020 14:21
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 plicjo/161c022d0fe4d16baa14dca0d4df8b35 to your computer and use it in GitHub Desktop.
Save plicjo/161c022d0fe4d16baa14dca0d4df8b35 to your computer and use it in GitHub Desktop.
{
"app/javascript/components/*.js": {
"command": "component"
},
"app/javascript/reducers/*.js": {
"command": "reducer"
},
"app/javascript/actions/*.js": {
"command": "actions"
},
"app/javascript/utils/*.js": {
"command": "utils"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment