Skip to content

Commit

Permalink
Don't require last single-line element in member-delimiter-style to…
Browse files Browse the repository at this point in the history
… have semicolon
  • Loading branch information
sindresorhus committed Jan 26, 2019
1 parent 369a41f commit dfb137f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ module.exports = {
},
singleline: {
delimiter: 'semi',
requireLast: true
requireLast: false
}
}
],
Expand Down

0 comments on commit dfb137f

Please sign in to comment.