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
Runs ESLint, using the given settings.
- Assembly
- Cake
.ESLint .dll - Namespace
- Cake
.ESLint - Containing Type
- ESLintAliases
Syntax
public static void ESLint(this ICakeContext context, ESLintSettings settings)
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The ICakeContext . |
settings | ESLintSettings | The ESLintSettings to use. |
Return Value
Type | Description |
---|---|
void |