Fix case type on line 3 comment

Update case type to resemble other comments
This commit is contained in:
Jeff Shen
2016-01-14 23:30:08 -08:00
parent 9498b3f7c4
commit c778ade841

View File

@@ -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,