Skip to content

Commit

Permalink
fix(nx): pass --fix flag to selected linter
Browse files Browse the repository at this point in the history
Closes #1703
  • Loading branch information
mehrad-rafigh authored and vsavkin committed Aug 13, 2019
1 parent bb8c18c commit 4cd0ff1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/linter/src/builders/lint/schema.json
Expand Up @@ -65,6 +65,11 @@
"items": {
"type": "string"
}
},
"fix": {
"type": "boolean",
"description": "Fixes linting errors (may overwrite linted files).",
"default": false
}
},
"additionalProperties": false,
Expand Down

0 comments on commit 4cd0ff1

Please sign in to comment.