Summary
This namespace contain types used for operations using the ESLint tool wrapper.
See ESLintAliases
for samples.
Class Types
Class | Summary |
---|---|
ESLintAliases |
Functions to call eslint. In order to use this add-in, eslint has to be available. One option is using Cake.Npm.Module to install ESLint from npmjs.com. Another option is, if you have an npm project setup, to add ESLint to package.json and call NpmInstall() to be sure it is available. Example:
|
ESLintCacheStrategy |
Options for --cache-strategy .
|
ESLintFixType |
Options for --fix-type .
|
ESLintOutputFormat | Available output formats. |
ESLintRunner | The Runner, to run the tool. |
ESLintSettings | Settings to run eslint. |
E |
Convenient extensions for ESLintSettings .
|