Skip to content

Commit

Permalink
ts-lint --fix (#3159)
Browse files Browse the repository at this point in the history
  • Loading branch information
giladgray authored and adidahiya committed Nov 16, 2018
1 parent 6fc03f3 commit 708cd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node-build-scripts/ts-lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ run({
config: configFile,
exclude: [],
files: ["{src,test}/**/*.tsx"],
fix: "--fix" in process.argv,
fix: process.argv.includes("--fix"),
format,
out,
}, {
Expand Down

1 comment on commit 708cd04

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ts-lint --fix (#3159)

Previews: documentation | landing | table

Please sign in to comment.