Skip to content

Commit 4c35ceb

Browse files
committed
chore(index): fix eslint issues
1 parent 0d77813 commit 4c35ceb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = {
4949
afterColon: true,
5050
beforeColon: false
5151
}],
52-
'keyword-spacing': [2, {"after": true, "before": true}],
52+
'keyword-spacing': [2, {after: true, before: true}],
5353
'linebreak-style': [2, 'unix'],
5454
'lines-around-comment': 0,
5555
'max-depth': 2,

0 commit comments

Comments
 (0)