{ "$schema": "http://json-schema.org/schema", "$id": "ng-cli://commands/lint.json", "description": "Runs linting tools on Angular app code in a given project folder.", "$longDescription": "./lint-long.md", "$aliases": [ "l" ], "$scope": "in", "$type": "architect", "$impl": "./lint-impl#LintCommand", "type": "object", "allOf": [ { "properties": { "project": { "type": "string", "description": "The name of the project to lint.", "$default": { "$source": "argv", "index": 0 } }, "configuration": { "description": "The linting configuration to use.", "type": "string", "aliases": [ "c" ] } }, "required": [ ] }, { "$ref": "./definitions.json#/definitions/base" } ] }