Update dependency prettier to v3 (#71586)

* Update dependency prettier to v3

* run prettier

* ignore prettier update in legacy select scss

* update command line arg

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
renovate[bot]
2023-07-17 09:19:27 +01:00
committed by GitHub
parent 8ae92db53d
commit 2e8cd1c021
93 changed files with 566 additions and 379 deletions

View File

@@ -499,7 +499,7 @@ describe('PanelModel', () => {
describe('destroy', () => {
it('Should still preserve last query result', () => {
model.getQueryRunner().useLastResultFrom({
getLastResult: () => ({} as PanelData),
getLastResult: () => ({}) as PanelData,
} as PanelQueryRunner);
model.destroy();