Skip to content

Commit 7a43109

Browse files
docs: formatting
1 parent 8d7eb78 commit 7a43109

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,7 @@ type outputReport =
274274
formatter?:
275275
| (
276276
| string
277-
| ((
278-
results: Array<import('stylelint').LintResult>
279-
) => string)
277+
| ((results: Array<import('stylelint').LintResult>) => string)
280278
)
281279
| undefined;
282280
};

0 commit comments

Comments
 (0)