Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

review gnarly syntax in files we tell prettier to ignore #167

Open
micahstubbs opened this issue Feb 23, 2018 · 1 comment
Open

review gnarly syntax in files we tell prettier to ignore #167

micahstubbs opened this issue Feb 23, 2018 · 1 comment
Labels

Comments

@micahstubbs
Copy link
Contributor

review the files listed in our .prettierignore file and see if we can refactor them so that using prettier to format them does not result in an error.

to check for errors, remove a file from the .prettierignore and then run

yarn format:check > format-check-log.txt

any filenames that have a newline following them caused an error during formatting. you should also be able to see the errors in the terminal window in which you ran this command.

@micahstubbs
Copy link
Contributor Author

related to #157 Prettier format codebase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant