fix(nx): pass --fix flag to selected linter

Closes #1703
This commit is contained in:
mehrad-rafigh 2019-08-13 20:05:26 +02:00 committed by Victor Savkin
parent bb8c18c2d8
commit 4cd0ff17e6

View File

@ -65,6 +65,11 @@
"items": {
"type": "string"
}
},
"fix": {
"type": "boolean",
"description": "Fixes linting errors (may overwrite linted files).",
"default": false
}
},
"additionalProperties": false,