Skip to content

Instantly share code, notes, and snippets.

@asteffey
Created June 13, 2020 00:55
Show Gist options
  • Save asteffey/ab27e8e74a32c484fecc3800e0fe7ded to your computer and use it in GitHub Desktop.
Save asteffey/ab27e8e74a32c484fecc3800e0fe7ded to your computer and use it in GitHub Desktop.
My eslint config
env:
browser: true
es2020: true
extends: 'eslint:recommended'
parserOptions:
ecmaVersion: 11
sourceType: module
rules:
indent:
- error
- 2
linebreak-style:
- error
- unix
quotes:
- error
- single
semi:
- error
- never
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment