Home > harper.js > Linter > getStructuredLintConfig

Linter.getStructuredLintConfig() method

Get the linter's current structured configuration. This is intended for organizing and rendering settings UIs. Persisted config changes must still be applied through the flat setLintConfig API.

Signature:

getStructuredLintConfig(): Promise<StructuredLintConfig>;

Returns:

Promise<StructuredLintConfig>