Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

fix(prettierignore): properly ignore files again #447

Merged
merged 1 commit into from
Aug 23, 2018

Commits on Aug 23, 2018

  1. fix(prettierignore): properly ignore files again

    PR #404 changed to using Prettier's `getFileInfo` and `resolveConfig` functions to determine
    whether a file is formattable. We were not correctly invoking the API for `getFileInfo` so every
    file was coming up as not ignored.
    
    Fixes #446
    robwise committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    dd4c849 View commit details
    Browse the repository at this point in the history