Skip to content

Fix frolint not using `.prettierignore`

Compare
Choose a tag to compare
@prsdta prsdta released this 24 Sep 10:23
· 109 commits to master since this release

When frolint ran the prettier formatting operation, it did not read properly the common .prettierignore file. This meant there was no way to prevent it from formatting JS/TS files.

Changes