Skip to content

Instantly share code, notes, and snippets.

@tomoat
Forked from wegry/.eslintrc.yaml
Created December 8, 2016 02:32
Show Gist options
  • Save tomoat/c56d56383b268ab95176c25031ac8158 to your computer and use it in GitHub Desktop.
Save tomoat/c56d56383b268ab95176c25031ac8158 to your computer and use it in GitHub Desktop.
Lightweight eslint config in yaml
---
env:
browser: true
parserOptions:
ecmaVersion: 6
sourceType:
module
ecmaFeatures:
jsx: true
rules:
quotes:
- error
- single
no-undef:
- error
no-redeclare:
- error
no-unreachable:
- error
no-implicit-globals:
- error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment