Skip to content

Instantly share code, notes, and snippets.

View asteffey's full-sized avatar

Andrew Steffey asteffey

View GitHub Profile
@asteffey
asteffey / .eslintrc.yml
Created June 13, 2020 00:55
My eslint config
env:
browser: true
es2020: true
extends: 'eslint:recommended'
parserOptions:
ecmaVersion: 11
sourceType: module
rules:
indent:
- error