ESLintSettingsExtensions.

SetParser(ESLintSettings, FilePath) Method

Summary

Sets Parser to a FilePath.
Assembly
Cake.ESLint.dll
Namespace
Cake.ESLint
Containing Type
ESLintSettingsExtensions

Syntax

public static void SetParser(this ESLintSettings this, FilePath pathToPlugin)

Parameters

Name Type Description
this ESLintSettings The ESLintSettings.
pathToPlugin FilePath The FilePath to set.

Return Value

Type Description
void