mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 06:18:00 -05:00
Fix case type on line 3 comment
Update case type to resemble other comments
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user