Home > harper.js > Linter > getDefaultLintConfig

Linter.getDefaultLintConfig() method

Get the default (unset) linter configuration. This method does not effect the caller’s lint configuration, nor does it return the current one.

Signature:

getDefaultLintConfig(): Promise<LintConfig>;

Returns:

Promise<LintConfig>