You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: migrate prettier config to typescript and remove eslint-plugin-prettier (#540)
* git mv prettier config
* build: migrate prettier config to typescript and remove eslint-plugin-prettier
This change moves from using `eslint-prettier-plugin` to using `eslint-config-prettier` and prettier directly for format checking.
A result of us never running prettier on the root files, is that there were some adjustments needed. I ran prettier on the repo and have added those changes too.
Lastly, I moved the config to `typescript`.
* revert unicorn plugin update
* revert unicorn plugin update
* force latest check for setup-node
* temporarily run in sequence to find bad script
* temporarily run in sequence to find bad script
* undo temporary debug
* force latest check for setup-node
* add explicit config flag
* remove script
* add it back
* address lint violations in utils tests
0 commit comments