Skip to content

Commit

Permalink
remove another duplicate rule in eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgee committed Jan 13, 2016
1 parent 2a7556e commit ac7efe6
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 @@ -151,7 +151,6 @@
"comma-style": 2,
"computed-property-spacing": [2, "never"],
"consistent-this": [2, "self"],
"constructor-super": 2,
"func-style": [2, "declaration"],
"indent": [2, 4],
"key-spacing": [2, {
Expand Down

0 comments on commit ac7efe6

Please sign in to comment.