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
adds to
FixTypes.
- Assembly
- Cake
.ESLint .dll - Namespace
- Cake
.ESLint - Containing Type
- E
S Lint Settings Extensions
Syntax
public static void AddFixType(this ESLintSettings this, params ESLintFixType[] fixType)
Parameters
| Name | Type | Description |
|---|---|---|
| this | ESLintSettings | The ESLintSettings. |
| fixType | ESLintFixType[] | The FixType to add. |
Return Value
| Type | Description |
|---|---|
| void |
