Home > harper.js > Linter > getDefaultLintConfigAsJSON

Linter.getDefaultLintConfigAsJSON() method

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

Signature:

getDefaultLintConfigAsJSON(): Promise<string>;

Returns:

Promise<string>