redash icon indicating copy to clipboard operation
redash copied to clipboard

Upgrade prettier version to the same version that CI is using

Open yoshiokatsuneo opened this issue 8 months ago • 0 comments

What type of PR is this?

  • [x] Other

Description

Now, the prettier version used on CI is different from the local version defined in package.json . This make quite difficult and annoying to fix the error reported by CI, as local prettier does not fix the error reported by CI.

This PR upgrade prettier to the same version(3.3.2) that CI is using.

How is this tested?

  • [x] Manually

There is no error on "yarn prettier"

yoshiokatsuneo avatar Mar 08 '25 16:03 yoshiokatsuneo