Home > harper.js > Linter > getDefaultLintConfig
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>