atmina / linting

A collection of opinionated in-house linting rules.
MIT License
3 stars 2 forks source link

fix: .prettierignore prompt #226

Closed mvarendorff2 closed 5 months ago

mvarendorff2 commented 5 months ago

The check for whether a .prettierignore exists uses the eslint config path causing it to always assume the file exists and prompt. This PR fixes the incorrect variable usage and renames configPath to the more explicit eslintConfigPath for less mishaps in the future.

reiv commented 5 months ago

Whoops, thanks.