Skip to content

Instantly share code, notes, and snippets.

View WalderlanSena's full-sized avatar
:shipit:
Always grateful, but never resigned.

Walderlan Sena WalderlanSena

:shipit:
Always grateful, but never resigned.
View GitHub Profile

Hello World

@WalderlanSena
WalderlanSena / .eslintrc.json
Last active July 7, 2020 22:33
Eslint React Config
{
"env": {
"es2020": true
},
"extends": [
"plugin:react/recommended",
"plugin:prettier/recommended",
"airbnb"
],
"parserOptions": {
@WalderlanSena
WalderlanSena / settings.json
Created June 26, 2020 14:18
Config Vs Code
{
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Dracula",
"workbench.iconTheme": "material-icon-theme",
"eslint.autoFixOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"explorer.compactFolders": false,
"window.zoomLevel": 0