Skip to content

Commit

Permalink
code style: consistent spacing (#10643) [ci-skip]
Browse files Browse the repository at this point in the history
Makes spacing consistent
  • Loading branch information
njlr authored and JLHwung committed Nov 5, 2019
1 parent d3db02d commit f544753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/babel-preset-typescript/src/index.js
Expand Up @@ -17,6 +17,7 @@ export default declare(
if (typeof allExtensions !== "boolean") {
throw new Error(".allExtensions must be a boolean, or undefined");
}

if (typeof isTSX !== "boolean") {
throw new Error(".isTSX must be a boolean, or undefined");
}
Expand Down

0 comments on commit f544753

Please sign in to comment.