Skip to content

Instantly share code, notes, and snippets.

View egamma's full-sized avatar

Erich Gamma egamma

View GitHub Profile
@egamma
egamma / hello.js
Created August 26, 2020 10:01
GistPad experiment
‎‎​
@egamma
egamma / cloudSettings
Created June 26, 2019 07:44
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-06-26T07:42:55.432Z","extensionVersion":"v3.3.1"}
console.log()
@egamma
egamma / .eslintrc.json
Created February 25, 2016 21:57
Visual Studio Code default .eslintrc.json
{
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true
},
"parserOptions": {
"ecmaFeatures": {
"jsx": true