Const EslintInspection
EslintInspection: object
description
description: string = "Run eslint on project"
inspection
inspection
: CodeInspection<ProjectReview, NoParameters> = RunEslintOnProject
intent
intent: string = "eslint"
name
name: string = "EslintInspection"
Provide a code inspection that runs eslint and returns a ProjectReview.