-
-
Save tomoat/c56d56383b268ab95176c25031ac8158 to your computer and use it in GitHub Desktop.
Lightweight eslint config in yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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