This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ESLint.
Summary
Initializes a new instance of the
ESLintRunner
class.
- Assembly
- Cake
.ESLint .dll - Namespace
- Cake
.ESLint - Containing Type
- ESLintRunner
Syntax
public ESLintRunner(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IToolLocator tools, ICakeLog log)
Parameters
Name | Type | Description |
---|---|---|
fileSystem | IFileSystem | An IFileSystem . |
environment | ICakeEnvironment | An ICakeEnvironment . |
processRunner | IProcessRunner | An IProcessRunner . |
tools | IToolLocator | An IToolLocator . |
log | ICakeLog | An ICakeLog . |
Return Value
Type | Description |
---|---|
void |