-
-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(prettier): Forward all text to prettier
If we forward all text with it's filepath if there is one, prettier will figure out which parser it should use. This will make this package support all future parsers prettier till add in the future by default. We only have to check which files to forward to eslint which is something that changes less frequently. For now we forward files with extension defined in eslint config or default to .js/.jsx/.ts/.tsx files.
- Loading branch information
Showing
1 changed file
with
15 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters