Skip to content

Instantly share code, notes, and snippets.

View EriJohnson's full-sized avatar

Eri JS EriJohnson

View GitHub Profile
{
"workbench.colorTheme": "Atom One Dark",
"workbench.iconTheme": "material-icon-theme",
"editor.tabSize": 2,
"editor.fontSize": 16,
"editor.fontFamily": "JetBrains Mono",
"editor.fontLigatures": true,
"editor.letterSpacing": 0.4,
"editor.smoothScrolling": true,
"window.zoomLevel": 0,
{
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 2,
"semi": false,
"jsxSingleQuote": true
}
{
"env": {
"browser": true,
"es2020": true
},
"parser": "babel-eslint",
"extends": [
"plugin:react/recommended",
"airbnb",
"prettier",