1
0
mirror of https://github.com/sasjs/lint.git synced 2025-12-10 17:34:36 +00:00

chore(*): add comment

This commit is contained in:
Krishna Acondy
2021-05-06 07:24:07 +01:00
parent 15190bfe88
commit e329529484

View File

@@ -1,5 +1,8 @@
import { Diagnostic } from './Diagnostic'
/**
* Represents the result of a format operation on a file, folder or project.
*/
export interface FormatResult {
updatedFilePaths: string[]
fixedDiagnosticsCount: number