Since npm run format is mandatory before git lets you make a commit, it shouldn't take long to run. The .prettierignore file is out of date, leading to the auto-generated css files inside packages/site/static and /packages/svelte-material-ui/themes being included in the format list. And since the css files are very large, it takes a very long time for each file, leading to an infuriating wait time before the linting completes and you're finally allowed to commit a change.
Since
npm run format
is mandatory before git lets you make a commit, it shouldn't take long to run. The.prettierignore
file is out of date, leading to the auto-generated css files insidepackages/site/static
and/packages/svelte-material-ui/themes
being included in the format list. And since the css files are very large, it takes a very long time for each file, leading to an infuriating wait time before the linting completes and you're finally allowed to commit a change.