Skip to content

Commit

Permalink
[prettierx] lint fix src/main/support.js
Browse files Browse the repository at this point in the history
(fix lint issue introduced in PR #8)
  • Loading branch information
Christopher J. Brody committed Jan 3, 2019
1 parent 8855bc0 commit b355447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function getSupportInfo(version, opts) {
//* }
function filterDeprecated(object) {
// filter deprecated as if this was prettier version 1.16.0:
const version = '1.16.0';
const version = "1.16.0";
return (
opts.showDeprecated ||
!("deprecated" in object) ||
Expand Down

0 comments on commit b355447

Please sign in to comment.