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

Fix babel parsing plugins (typescript) #2

Merged
merged 1 commit into from
Mar 12, 2020

Commits on Feb 28, 2020

  1. Fix babel parsing plugins (typescript)

    I was mystified as to why stylelint stopped working when I switched from .jsx to .tsx, and it turns out it was this. It was overriding that set of plugins with Babel's automatically detected ones, and so would fail if you were using tsc, or in my case, had babel typescript installed in a gatsby plugin, which babel missed.
    
    I imagine there are some other problems this might solve too though. Please give feedback or edit yourself, I'm not able to thoroughly test this.
    jacobrienstra committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    23077fe View commit details
    Browse the repository at this point in the history