Skip to content

Instantly share code, notes, and snippets.

@dinhhoanglong91
Last active February 17, 2016 02:29
Show Gist options
  • Save dinhhoanglong91/d670ea2b193f4bbdec68 to your computer and use it in GitHub Desktop.
Save dinhhoanglong91/d670ea2b193f4bbdec68 to your computer and use it in GitHub Desktop.
rules:
comma-dangle:
- 2
- "only-multiline"
no-cond-assign:
- 2
- "always"
no-constant-condition: 2
no-control-regex: 2
no-dupe-args: 2
no-dupe-keys: 2
no-duplicate-case: 2
no-empty-character-class: 2
no-extra-semi: 2
no-func-assign: 2
no-invalid-regexp: 2
no-irregular-whitespace: 2
no-regex-spaces: 2
no-sparse-arrays: 2
no-unexpected-multiline: 2
no-unreachable: 2
use-isnan: 2
valid-typeof: 2
dot-notation: 2
array-bracket-spacing:
- 2
- "never"
brace-style:
- 2
- "1tbs"
- allowSingleLine: false
camelcase:
- 2
- properties: "never"
comma-spacing:
- 2
-
before: false
after: true
eol-last: 2
indent:
- 2
- 4
- SwitchCase: 1
key-spacing: 2
keyword-spacing: 2
quotes:
- 2
- "single"
- "avoid-escape"
space-before-function-paren:
- 2
-
anonymous: "always"
named: "never"
space-before-blocks: 2
space-infix-ops: 2
spaced-comment: 2
semi: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment