Skip to content

Commit

Permalink
Fix glob typo in default eslint settings
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Porof <[email protected]>
  • Loading branch information
victorporof committed Sep 30, 2018
1 parent a0c0da1 commit 92725bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .jsbeautifyrc.defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
// For the following entries, keys are globs and values are objects which
// can contain any kind of .jsbeautifyrc setting.

"(package|yarn)(-lock).json":
"@(package?(-lock)|yarn-lock).json":
{
"indent_size": 2,
"brace_style": "collapse"
Expand All @@ -170,4 +170,4 @@
"brace_style": "expand"
}
}
}
}

0 comments on commit 92725bf

Please sign in to comment.