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 default settings.
- Assembly
- Cake
.ESLint .dll - Namespace
- Cake
.ESLint - Containing Type
- ESLintAliases
Syntax
public static void ESLint(this ICakeContext context, Action<ESLintSettings> modification = null)
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The ICakeContext . |
modification | Action |
The modifications to the ESLintSettings . |
Return Value
Type | Description |
---|---|
void |
See Also
- Cake.ESLint.ESLintAliases.ESLint(Cake.Core.ICakeContext,Cake.ESLint.ESLintSettings)