Skip to content

Commit

Permalink
remove duplicate rule i eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgee committed Jan 13, 2016
1 parent c621af9 commit 2a7556e
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 @@ -153,7 +153,6 @@
"consistent-this": [2, "self"],
"constructor-super": 2,
"func-style": [2, "declaration"],
"id-match": [2, "^[a-z]+([A-Z][a-z]+)*$", {"properties": true}],
"indent": [2, 4],
"key-spacing": [2, {
"beforeColon": false,
Expand Down

0 comments on commit 2a7556e

Please sign in to comment.