Skip to content

Instantly share code, notes, and snippets.

@EmmanuelDemey
Created July 10, 2015 15:53
Show Gist options
  • Select an option

  • Save EmmanuelDemey/29c5775c76fece9d05ab to your computer and use it in GitHub Desktop.

Select an option

Save EmmanuelDemey/29c5775c76fece9d05ab to your computer and use it in GitHub Desktop.
{
"env": {
"browser": true,
"node": false
},
"rules": {
"comma-dangle": [1, "always"],
"no-comma-dangle": 0,
"handle-callback-err": 0,
"no-mixed-requires ": 0,
"no-new-require ": 0,
"no-path-concat ": 0,
"no-process-exit": 0,
"no-restricted-modules": 0,
"no-sync": 0,
"constructor-super": 0,
"generator-star-spacing": 0,
"generator-star": 0,
"no-this-before-super": 0,
"no-var": 0,
"object-shorthand": 0,
"prefer-const": 0,
"max-depth": 0,
"max-len": 0,
"max-params": 0,
"max-statements": 0,
"no-bitwise": 0,
"no-plusplus": 0,
"array-bracket-spacing": 0,
"brace-style": [1, "1tbs"],
"camelcase": 2,
"comma-spacing": 0,
"comma-style": 0,
"computed-property-spacing": 0,
"consistent-this": 0,
"eol-last": 2,
"func-names": 0,
"func-style": 0,
"indent": 2,
"key-spacing" : 0,
"lines-around-comment": 0,
"linebreak-style": 0,
"max-nested-callbacks": 0,
"new-cap": 2,
"new-parens": 2,
"newline-after-var": 0,
"no-array-constructor": 2,
"no-continue": 0,
"no-inline-comments": 0,
"no-lonely-if": 2,
"no-mixed-spaces-and-tabs": 2,
"no-multiple-empty-lines": 0,
"no-nested-ternary": 2,
"no-new-object": 2,
"no-space-before-semi": 0,
"no-spaced-func": 0,
"no-ternary": 0,
"no-trailing-spaces": 2,
"no-underscore-dangle": 0,
"no-unneeded-ternary": 0,
"no-wrap-func": 0,
"object-curly-spacing": 0,
"one-var": 0,
"operator-assignment": 0,
"operator-linebreak": 0,
"padded-blocks": 0,
"quote-props": 0,
"quotes": [2, "single"],
"semi-spacing": 0,
"semi": 2,
"sort-vars": 0,
"space-after-function-name": 0,
"space-after-keywords": 0,
"space-before-blocks": 0,
"space-before-function-paren": 0,
"space-before-function-parentheses": 0,
"space-in-brackets": 0,
"space-in-parens": 0,
"space-infix-ops": 0,
"space-return-throw-case": 0,
"space-unary-ops": 0,
"space-unary-word-ops": 0,
"spaced-comment": 0,
"spaced-line-comment": 0,
"wrap-regex": 0,
"no-cond-assign": 0,
"no-console": 2,
"no-constant-condition": 2,
"no-control-regex": 0,
"no-debugger": 2,
"no-dupe-args": 2,
"no-dupe-keys": 2,
"no-duplicate-case": 2,
"no-empty-character-class": 2,
"no-empty-class": 2,
"no-empty": 2,
"no-ex-assign": 2,
"no-extra-boolean-cast": 0,
"no-extra-parens": 0,
"no-extra-semi": 2,
"no-func-assign": 0,
"no-inner-declarations": 0,
"no-invalid-regexp": 2,
"no-irregular-whitespace": 0,
"no-negated-in-lhs": 0,
"no-obj-calls": 0,
"no-regex-spaces": 2,
"no-reserved-keys": 2,
"no-sparse-arrays": 0,
"no-unreachable": 0,
"use-isnan": 0,
"valid-jsdoc": 0,
"valid-typeof": 2,
"no-unexpected-multiline": 0,
"accessor-pairs": 0,
"block-scoped-var": 0,
"complexity": 2,
"consistent-return": 0,
"curly": 2,
"default-case": 2,
"dot-notation": 0,
"dot-location": 0,
"eqeqeq": 2,
"guard-for-in": 2,
"no-alert": 2,
"no-caller": 2,
"no-div-regex": 0,
"no-else-return": 0,
"no-empty-label": 2,
"no-eq-null": 0,
"no-eval": 2,
"no-extend-native": 0,
"no-extra-bind": 2,
"no-fallthrough": 0,
"no-floating-decimal": 2,
"no-implied-eval": 2,
"no-iterator": 2,
"no-labels": 2,
"no-lone-blocks": 2,
"no-loop-func": 2,
"no-multi-spaces": 0,
"no-multi-str": 0,
"no-native-reassign": 2,
"no-new-func": 2,
"no-new-wrappers": 2,
"no-new": 0,
"no-octal-escape": 2,
"no-octal": 2,
"no-param-reassign": 0,
"no-process-env": 0,
"no-proto": 2,
"no-redeclare": 2,
"no-return-assign": 2,
"no-script-url": 2,
"no-self-compare": 2,
"no-sequences": 0,
"no-throw-literal": 2,
"no-unused-expressions": 2,
"no-void": 2,
"no-warning-comments": 0,
"no-with": 2,
"radix": 0,
"vars-on-top": 0,
"wrap-iife": 2,
"yoda": 2,
"global-strict": 0,
"no-extra-strict": 0,
"strict": 2,
"no-catch-shadow": 2,
"no-delete-var": 0,
"no-label-var": 2,
"no-shadow-restricted-names": 2,
"no-shadow": 2,
"no-undef-init": 2,
"no-undef": 0,
"no-undefined": 0,
"no-unused-vars": 2,
"no-use-before-define": 0
},
"globals": {
"inject": false,
"describe": false,
"it": false,
"before": false,
"beforeEach": false,
"after": false,
"afterEach": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment