Skip to content

Commit

Permalink
feat(package): updated to eslint 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Jun 23, 2016
1 parent 21f85d3 commit 7ff4723
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@
2,
120
],
"max-lines": ["error", {"max": 300, "skipComments": true, "skipBlankLines": true}],
"max-nested-callbacks": 2,
"max-params": 2,
"max-statements": 2,
Expand All @@ -217,6 +218,7 @@
"no-continue": 2,
"no-inline-comments": 2,
"no-lonely-if": 2,
"no-mixed-operators": [2, {"allowSamePrecedence": true}],
"no-mixed-spaces-and-tabs": 2,
"no-multiple-empty-lines": 2,
"no-negated-condition": 2,
Expand All @@ -230,6 +232,7 @@
"no-underscore-dangle": 2,
"no-unneeded-ternary": 2,
"no-whitespace-before-property": 2,
"object-curly-newline": [2, {"multiline": true}],
"object-curly-spacing": 2,
"object-property-newline": [2, { "allowMultiplePropertiesPerLine": true }],
"one-var": [
Expand Down Expand Up @@ -300,6 +303,7 @@
"prefer-spread": 2,
"prefer-template": 2,
"require-yield": 2,
"rest-spread-spacing": [2, "always"],
"template-curly-spacing": 2,
"yield-star-spacing": 2
}
Expand Down

0 comments on commit 7ff4723

Please sign in to comment.