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:
@@ -1,5 +1,8 @@
|
|||||||
import { Diagnostic } from './Diagnostic'
|
import { Diagnostic } from './Diagnostic'
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Represents the result of a format operation on a file, folder or project.
|
||||||
|
*/
|
||||||
export interface FormatResult {
|
export interface FormatResult {
|
||||||
updatedFilePaths: string[]
|
updatedFilePaths: string[]
|
||||||
fixedDiagnosticsCount: number
|
fixedDiagnosticsCount: number
|
||||||
|
|||||||
Reference in New Issue
Block a user