Last active
September 12, 2018 14:29
Revisions
-
mkarajohn revised this gist
May 5, 2018 . 3 changed files with 6 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2018-05-05T00:31:17.192Z","extensionVersion":"v2.9.2"} This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -47,7 +47,7 @@ }, "name": "debugger-for-chrome", "publisher": "msjsdiag", "version": "4.4.0" }, { "metadata": { This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -32,7 +32,7 @@ "highlight-matching-tag.highlightSelfClosing": true, "window.zoomLevel": 0, "sync.gist": "60bf0a9e0d8f993662905968579388aa", "sync.lastUpload": "2018-05-05T00:30:35.350Z", "sync.autoDownload": false, "sync.autoUpload": false, "sync.lastDownload": "", @@ -66,5 +66,7 @@ "style": "${workspace}/style", "assets": "${workspace}/assets", "test": "${workspace}/test", }, "sync.removeExtensions": true, "sync.syncExtensions": true } -
mkarajohn revised this gist
May 5, 2018 . 4 changed files with 53 additions and 25 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2018-05-05T00:30:35.350Z","extensionVersion":"v2.9.2"} This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ }, "name": "atom-keybindings", "publisher": "ms-vscode", "version": "3.0.4" }, { "metadata": { @@ -17,7 +17,7 @@ }, "name": "auto-close-tag", "publisher": "formulahendry", "version": "0.5.6" }, { "metadata": { @@ -27,7 +27,7 @@ }, "name": "code-settings-sync", "publisher": "Shan", "version": "2.9.2" }, { "metadata": { @@ -47,7 +47,7 @@ }, "name": "debugger-for-chrome", "publisher": "msjsdiag", "version": "4.3.0" }, { "metadata": { @@ -59,6 +59,16 @@ "publisher": "joelday", "version": "0.6.0" }, { "metadata": { "id": "290c5f3f-fc96-451e-ba22-0b17cb2dac8a", "publisherId": "QassimFarid.ejs-language-support", "publisherDisplayName": "QassimFarid" }, "name": "ejs-language-support", "publisher": "QassimFarid", "version": "0.0.1" }, { "metadata": { "id": "43335a8d-5929-408b-874a-65f08362642c", @@ -67,7 +77,7 @@ }, "name": "file-icons", "publisher": "file-icons", "version": "1.0.12" }, { "metadata": { @@ -77,7 +87,7 @@ }, "name": "githistory", "publisher": "donjayamanne", "version": "0.4.0" }, { "metadata": { @@ -87,7 +97,7 @@ }, "name": "gitlens", "publisher": "eamodio", "version": "8.2.4" }, { "metadata": { @@ -97,7 +107,7 @@ }, "name": "js-jsx-snippets", "publisher": "skyran", "version": "0.0.9" }, { "metadata": { @@ -127,7 +137,17 @@ }, "name": "prettier-vscode", "publisher": "esbenp", "version": "1.3.1" }, { "metadata": { "id": "7f60a80e-1ca5-46ab-83a9-31013576f584", "publisherId": "JakeWilson.vscode-cdnjs", "publisherDisplayName": "JakeWilson" }, "name": "vscode-cdnjs", "publisher": "JakeWilson", "version": "0.14.3" }, { "metadata": { @@ -137,7 +157,7 @@ }, "name": "vscode-eslint", "publisher": "dbaeumer", "version": "1.4.8" }, { "metadata": { @@ -147,7 +167,7 @@ }, "name": "vscode-icons", "publisher": "robertohuertasm", "version": "7.23.0" }, { "metadata": { This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,9 @@ "workbench.iconTheme": "vscode-icons", "editor.tabSize": 2, "editor.wordWrap": "on", "editor.rulers": [ 100 ], "editor.minimap.renderCharacters": false, "editor.wordWrapColumn": 100, "editor.cursorBlinking": "smooth", @@ -25,16 +27,15 @@ "workbench.colorCustomizations": { "editorWarning.foreground": "#FFAA00" }, "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", "git.enableSmartCommit": true, "highlight-matching-tag.highlightSelfClosing": true, "window.zoomLevel": 0, "sync.gist": "60bf0a9e0d8f993662905968579388aa", "sync.lastUpload": "2017-12-10T00:07:09.119Z", "sync.autoDownload": false, "sync.autoUpload": false, "sync.lastDownload": "", "sync.forceDownload": false, "sync.anonymousGist": false, "sync.host": "", @@ -50,13 +51,20 @@ "**/dist": true }, "gitlens.advanced.messages": { "suppressShowKeyBindingsNotice": true, "suppressWelcomeNotice": true }, "workbench.editor.tabSizing": "fit", "search.smartCase": true, "gitlens.keymap": "alternate", "gitlens.gitExplorer.files.layout": "auto", "path-autocomplete.pathMappings": { "/": "${workspace}", "node_modules": "${workspace}/node_modules", "src": "${workspace}/src", "components": "${workspace}/src/components", "style": "${workspace}/style", "assets": "${workspace}/assets", "test": "${workspace}/test", } } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"version":"7.23.0","status":0,"welcomeShown":true} -
mkarajohn revised this gist
Dec 10, 2017 . 4 changed files with 8 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2017-12-10T00:11:20.605Z","extensionVersion":"v2.8.7"} This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -17,7 +17,7 @@ }, "name": "auto-close-tag", "publisher": "formulahendry", "version": "0.5.5" }, { "metadata": { @@ -27,7 +27,7 @@ }, "name": "code-settings-sync", "publisher": "Shan", "version": "2.8.7" }, { "metadata": { @@ -87,7 +87,7 @@ }, "name": "gitlens", "publisher": "eamodio", "version": "6.3.0" }, { "metadata": { @@ -97,7 +97,7 @@ }, "name": "js-jsx-snippets", "publisher": "skyran", "version": "0.0.7" }, { "metadata": { @@ -147,7 +147,7 @@ }, "name": "vscode-icons", "publisher": "robertohuertasm", "version": "7.19.0" }, { "metadata": { This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -31,7 +31,7 @@ "highlight-matching-tag.highlightSelfClosing": true, "window.zoomLevel": 0, "sync.gist": "60bf0a9e0d8f993662905968579388aa", "sync.lastUpload": "2017-12-10T00:09:33.358Z", "sync.autoDownload": false, "sync.autoUpload": false, "sync.lastDownload": "2017-12-10T00:07:09.119Z", This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"version":"7.19.0","status":0,"welcomeShown":true} -
mkarajohn revised this gist
Dec 10, 2017 . 3 changed files with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2017-12-10T00:09:33.358Z","extensionVersion":"v2.8.6"} This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -17,7 +17,7 @@ }, "name": "auto-close-tag", "publisher": "formulahendry", "version": "0.5.3" }, { "metadata": { @@ -87,7 +87,7 @@ }, "name": "gitlens", "publisher": "eamodio", "version": "6.1.2" }, { "metadata": { This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -26,15 +26,15 @@ "editorWarning.foreground": "#FFAA00" }, "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\bash.exe", "git.enableSmartCommit": true, "highlight-matching-tag.highlightSelfClosing": true, "window.zoomLevel": 0, "sync.gist": "60bf0a9e0d8f993662905968579388aa", "sync.lastUpload": "2017-12-10T00:06:34.482Z", "sync.autoDownload": false, "sync.autoUpload": false, "sync.lastDownload": "2017-12-10T00:07:09.119Z", "sync.forceDownload": false, "sync.anonymousGist": false, "sync.host": "", -
mkarajohn revised this gist
Dec 10, 2017 . 3 changed files with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2017-12-10T00:07:09.119Z","extensionVersion":"v2.8.6"} This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -17,7 +17,7 @@ }, "name": "auto-close-tag", "publisher": "formulahendry", "version": "0.5.5" }, { "metadata": { @@ -87,7 +87,7 @@ }, "name": "gitlens", "publisher": "eamodio", "version": "6.3.0" }, { "metadata": { This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -31,10 +31,10 @@ "highlight-matching-tag.highlightSelfClosing": true, "window.zoomLevel": 0, "sync.gist": "60bf0a9e0d8f993662905968579388aa", "sync.lastUpload": "2017-12-10T00:01:55.059Z", "sync.autoDownload": false, "sync.autoUpload": false, "sync.lastDownload": "", "sync.forceDownload": false, "sync.anonymousGist": false, "sync.host": "", -
mkarajohn revised this gist
Dec 10, 2017 . 3 changed files with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2017-12-10T00:06:34.482Z","extensionVersion":"v2.8.6"} This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -17,7 +17,7 @@ }, "name": "auto-close-tag", "publisher": "formulahendry", "version": "0.5.3" }, { "metadata": { @@ -87,7 +87,7 @@ }, "name": "gitlens", "publisher": "eamodio", "version": "6.1.2" }, { "metadata": { This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -30,11 +30,11 @@ "git.enableSmartCommit": true, "highlight-matching-tag.highlightSelfClosing": true, "window.zoomLevel": 0, "sync.gist": "60bf0a9e0d8f993662905968579388aa", "sync.lastUpload": "", "sync.autoDownload": false, "sync.autoUpload": false, "sync.lastDownload": "2017-12-10T00:01:55.059Z", "sync.forceDownload": false, "sync.anonymousGist": false, "sync.host": "", -
mkarajohn revised this gist
Dec 10, 2017 . 9 changed files with 392 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1 @@ {"lastUpload":"2017-12-10T00:01:55.059Z","extensionVersion":"v2.8.6"} This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,172 @@ [ { "metadata": { "id": "fa57ae0e-d21e-40d8-a0bb-a58b5fd9ead3", "publisherId": "ms-vscode.atom-keybindings", "publisherDisplayName": "ms-vscode" }, "name": "atom-keybindings", "publisher": "ms-vscode", "version": "3.0.2" }, { "metadata": { "id": "d3836729-9cc1-42c1-b2af-d50071f57d29", "publisherId": "formulahendry.auto-close-tag", "publisherDisplayName": "formulahendry" }, "name": "auto-close-tag", "publisher": "formulahendry", "version": "0.5.5" }, { "metadata": { "id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", "publisherId": "Shan.code-settings-sync", "publisherDisplayName": "Shan" }, "name": "code-settings-sync", "publisher": "Shan", "version": "2.8.6" }, { "metadata": { "id": "121396ad-85a1-45ec-9fd1-d95028a847f5", "publisherId": "naumovs.color-highlight", "publisherDisplayName": "naumovs" }, "name": "color-highlight", "publisher": "naumovs", "version": "2.3.0" }, { "metadata": { "id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd", "publisherId": "msjsdiag.debugger-for-chrome", "publisherDisplayName": "msjsdiag" }, "name": "debugger-for-chrome", "publisher": "msjsdiag", "version": "3.5.0" }, { "metadata": { "id": "90a838c3-675b-4b87-b7a5-75ea88432cce", "publisherId": "joelday.docthis", "publisherDisplayName": "joelday" }, "name": "docthis", "publisher": "joelday", "version": "0.6.0" }, { "metadata": { "id": "43335a8d-5929-408b-874a-65f08362642c", "publisherId": "file-icons.file-icons", "publisherDisplayName": "file-icons" }, "name": "file-icons", "publisher": "file-icons", "version": "1.0.7" }, { "metadata": { "id": "5960f38e-0bbe-4644-8f9c-9c8824e82511", "publisherId": "donjayamanne.githistory", "publisherDisplayName": "donjayamanne" }, "name": "githistory", "publisher": "donjayamanne", "version": "0.2.3" }, { "metadata": { "id": "4de763bd-505d-4978-9575-2b7696ecf94e", "publisherId": "eamodio.gitlens", "publisherDisplayName": "eamodio" }, "name": "gitlens", "publisher": "eamodio", "version": "6.3.0" }, { "metadata": { "id": "083bb726-3bae-44b6-88c6-8164f2c3e632", "publisherId": "skyran.js-jsx-snippets", "publisherDisplayName": "skyran" }, "name": "js-jsx-snippets", "publisher": "skyran", "version": "0.0.6" }, { "metadata": { "id": "5ac3c77e-2779-4be6-95b6-73092c7138ae", "publisherId": "Cardinal90.multi-cursor-case-preserve", "publisherDisplayName": "Cardinal90" }, "name": "multi-cursor-case-preserve", "publisher": "Cardinal90", "version": "1.0.2" }, { "metadata": { "id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8", "publisherId": "christian-kohler.npm-intellisense", "publisherDisplayName": "christian-kohler" }, "name": "npm-intellisense", "publisher": "christian-kohler", "version": "1.3.0" }, { "metadata": { "id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90", "publisherId": "esbenp.prettier-vscode", "publisherDisplayName": "esbenp" }, "name": "prettier-vscode", "publisher": "esbenp", "version": "0.26.0" }, { "metadata": { "id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a", "publisherId": "dbaeumer.vscode-eslint", "publisherDisplayName": "dbaeumer" }, "name": "vscode-eslint", "publisher": "dbaeumer", "version": "1.4.3" }, { "metadata": { "id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a", "publisherId": "robertohuertasm.vscode-icons", "publisherDisplayName": "robertohuertasm" }, "name": "vscode-icons", "publisher": "robertohuertasm", "version": "7.18.1" }, { "metadata": { "id": "beb68b20-7c55-471c-9b63-3486f9423566", "publisherId": "mrmlnc.vscode-scss", "publisherDisplayName": "mrmlnc" }, "name": "vscode-scss", "publisher": "mrmlnc", "version": "0.6.2" }, { "metadata": { "id": "9b2c953d-6ad4-46d1-b18e-7e5992d1d8a6", "publisherId": "akamud.vscode-theme-onedark", "publisherDisplayName": "akamud" }, "name": "vscode-theme-onedark", "publisher": "akamud", "version": "2.1.0" } ] This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +0,0 @@ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +0,0 @@ This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,62 @@ { "window.menuBarVisibility": "toggle", "window.restoreWindows": "folders", "workbench.statusBar.visible": true, "workbench.iconTheme": "vscode-icons", "editor.tabSize": 2, "editor.wordWrap": "on", "editor.rulers": [100], "editor.minimap.renderCharacters": false, "editor.wordWrapColumn": 100, "editor.cursorBlinking": "smooth", "editor.formatOnSave": true, "editor.multiCursorModifier": "ctrlCmd", "editor.formatOnPaste": true, "editor.fontFamily": "'Roboto Mono', Consolas, 'Courier New', monospace", "editor.minimap.showSlider": "always", "editor.smoothScrolling": true, "explorer.openEditors.visible": 6, "extensions.autoUpdate": false, "files.trimTrailingWhitespace": true, "files.insertFinalNewline": true, "prettier.eslintIntegration": true, "color-highlight.markerType": "dot-after", "atomKeymap.promptV3Features": true, "workbench.colorCustomizations": { "editorWarning.foreground": "#FFAA00" }, "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", "git.enableSmartCommit": true, "highlight-matching-tag.highlightSelfClosing": true, "window.zoomLevel": 0, "sync.gist": "", "sync.lastUpload": "", "sync.autoDownload": false, "sync.autoUpload": false, "sync.lastDownload": "", "sync.forceDownload": false, "sync.anonymousGist": false, "sync.host": "", "sync.pathPrefix": "", "sync.quietSync": false, "sync.askGistName": false, "workbench.panel.location": "bottom", "workbench.colorTheme": "Atom One Dark", "search.exclude": { "**/node_modules": true, "**/bower_components": true, "**/build": true, "**/dist": true }, "gitlens.advanced.messages": { "suppressCommitHasNoPreviousCommitWarning": false, "suppressCommitNotFoundWarning": false, "suppressFileNotUnderSourceControlWarning": false, "suppressGitVersionWarning": false, "suppressLineUncommittedWarning": false, "suppressNoRepositoryWarning": false, "suppressUpdateNotice": false, "suppressWelcomeNotice": true } } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,30 @@ { /* // Place your snippets for JavaScript here. Each snippet is defined under a snippet name and has a prefix, body and // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are: // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the // same ids are connected. // Example: "Print to console": { "prefix": "log", "body": [ "console.log('$1');", "$2" ], "description": "Log output to console" } */ "New Test": { "prefix": "cnt", "body": [ "import { expect } from 'chai';", "import sinon from 'sinon';", "", "describe('$1', function () {", "$2", "});", "" ], "description": "Create a new test file" } } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,88 @@ { /* // Place your snippets for JavaScript React here. Each snippet is defined under a snippet name and has a prefix, body and // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are: // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the // same ids are connected. // Example: "Print to console": { "prefix": "log", "body": [ "console.log('$1');", "$2" ], "description": "Log output to console" } */ "Stateless Component": { "prefix": "cspc", "body": [ "import React from 'react';", "import PropTypes from 'prop-types';", "import './$1.scss';", "", "function $1(props) {", " return (", " $2", " );", "}", "", "$1.propTypes = {};", "", "$1.defaultProps = {};", "", "export default $1;" ], "description": "Create stateless presentational component" }, "Class Based Component": { "prefix": "ccpc", "body": [ "import React from 'react';", "import PropTypes from 'prop-types';", "import './$1.scss';", "", "class $1 extends React.Component {", " constructor(props) {", " super(props);", "", " this.state = {};", " }", "", " render() {", " return (", " $2", " );", " }", "}", "", "$1.propTypes = {};", "", "$1.defaultProps = {};", "", "export default $1;" ], "description": "Create class presentational component" }, "Index File": { "prefix": "cif", "body": ["export { default } from './$1';"] }, "New Test": { "prefix": "cnt", "body": [ "import { expect } from 'chai';", "import sinon from 'sinon';", "import { mount, render, shallow } from 'enzyme';", "import React from 'react';", "import { createStore, withProvider } from 'test/utils';", "import $1 from './$1';", "", "describe('$1', function () {", "$2", "});", "" ], "description": "Create a new test file" } } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,38 @@ { /* // Place your snippets for SCSS here. Each snippet is defined under a snippet name and has a prefix, body and // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are: // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the // same ids are connected. // Example: "Print to console": { "prefix": "log", "body": [ "console.log('$1');", "$2" ], "description": "Log output to console" } */ "New stylesheet": { "prefix": "ccss", "body": [ "@import 'src/index.scss';", "", "$1", "", "@media (min-width: 710px) {", "", "}", "", "@media (min-width: 1200px) {", "", "}", "", "@media (min-width: 1440px) {", "", "}" ], "description": "Create component stylesheet" } } This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ {"version":"7.18.1","status":0,"welcomeShown":true} -
mkarajohn created this gist
Dec 10, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ // Empty This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ // Empty This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ // Empty This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ // Empty This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ // Empty This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ // Empty This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ // Empty