Skip to content

Commit

Permalink
Merge pull request airbnb#679 from jshen212/patch-1
Browse files Browse the repository at this point in the history
Fix case type on line 3 comment
  • Loading branch information
hshoff committed Jan 22, 2016
2 parents 2c9833f + c778ade commit 0839881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb/rules/best-practices.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
'rules': {
// Enforces getter/setter pairs in objects
// enforces getter/setter pairs in objects
'accessor-pairs': 0,
// treat var statements as if they were block scoped
'block-scoped-var': 2,
Expand Down

0 comments on commit 0839881

Please sign in to comment.