Home > harper.js > Linter > setLintConfigWithJSON
Set the linter's current configuration from JSON.
Signature:
setLintConfigWithJSON(config: string): Promise<void>;
Parameter
Type
Description
config
string
Returns:
Promise<void>