Skip to content

Commit

Permalink
enable allowWarningsInSuccessfulBuild for lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoschenkel committed Mar 10, 2022
1 parent 006be8a commit d964c1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/config/rush/command-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@
"summary": "Used to run eslint on all packages.",
"description": "This command will run `npm run lint` on all packages",
"safeForSimultaneousRushProcesses": false,
"enableParallelism": true
"enableParallelism": true,
"allowWarningsInSuccessfulBuild": true
},
{
"name": "lint-fix",
Expand Down

0 comments on commit d964c1b

Please sign in to comment.