Skip to content

Commit

Permalink
removed regressive eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkis committed Feb 16, 2016
1 parent 7825eff commit 65ae9c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@
"before": false,
"after": true
}],
"keyword-spacing": 2,
"space-before-blocks": 2, // http://eslint.org/docs/rules/space-before-blocks
"space-before-function-paren": [2, "never"], // http://eslint.org/docs/rules/space-before-function-paren
"space-infix-ops": 2 // http://eslint.org/docs/rules/space-infix-ops
Expand Down

0 comments on commit 65ae9c2

Please sign in to comment.