Skip to content

Instantly share code, notes, and snippets.

@DiegoPinho
Created October 26, 2017 15:32
Show Gist options
  • Save DiegoPinho/c2e3e1c66b5ca445e20c6e58c83a8933 to your computer and use it in GitHub Desktop.
Save DiegoPinho/c2e3e1c66b5ca445e20c6e58c83a8933 to your computer and use it in GitHub Desktop.
{
"type": "class",
"path": "./src/components",
"jsExtension": "js",
"cssExtension": "scss",
"includeTests": false,
"includeStories": false,
"indexFile": false,
"connected": false,
"componentMethods": [
"componentDidMount",
"shouldComponentUpdate",
"onClick"
],
"fileNames": {
"testFileMatch": "spec",
"testFileName": "myTest",
"componentFileName": "template",
"styleFileName": "style"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment