Skip to content

Instantly share code, notes, and snippets.

@acarballo-cs
acarballo-cs / eslintrc
Last active November 17, 2018 01:48
An eslint Shareable Config for JavaScript Standard Style
parser: "babel-eslint"
extends: [
"standard",
"plugin:react/recommended",
"plugin:jsx-a11y/recommended",
]
env:
browser: true
parserOptions:
jsx: true
@acarballo-cs
acarballo-cs / cloudSettings
Created June 29, 2018 18:45
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-06-29T18:45:16.591Z","extensionVersion":"v2.9.2"}