Skip to content

Instantly share code, notes, and snippets.

@jrop
Last active February 27, 2018 23:31
Show Gist options
  • Save jrop/50b0e7b908436cd793f9ae8a936d4b7e to your computer and use it in GitHub Desktop.
Save jrop/50b0e7b908436cd793f9ae8a936d4b7e to your computer and use it in GitHub Desktop.
linter options
extends: eslint:recommended
parserOptions:
ecmaVersion: 8
sourceType: module
env:
es6: true
node: true
rules:
no-extra-semi: 'off'
# parser: typescript
useTabs: true
semi: false
singleQuote: true
trailingComma: es5
bracketSpacing: false
jsxBracketSameLine: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment