run prettier to clear linter warnings

This commit is contained in:
Eli Reisman
2024-06-04 11:25:38 -07:00
parent 0bec1ca5b4
commit 97c6dd59c3
6 changed files with 15 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
fail_on_severity: critical
allow_licenses:
- "BSD"
- "GPL 2"
- 'BSD'
- 'GPL 2'

View File

@@ -1 +1 @@
allow-licenses: "MIT, GPL-2.0-only"
allow-licenses: 'MIT, GPL-2.0-only'

View File

@@ -113,7 +113,7 @@ test('returns minimal summary in case the core.summary is too large for a PR com
let changes: Changes = [
createTestChange({name: 'lodash', version: '1.2.3'}),
createTestChange({name: 'colors', version: '2.3.4'}),
createTestChange({name: '@foo/bar', version: '*'}),
createTestChange({name: '@foo/bar', version: '*'})
]
let minSummary: string = summary.addSummaryToSummary(