heavyai / heavyai-charting

Dimensional charting built to work natively with crossfilter rendered using d3.js

Home Page:https://heavyai.github.io/heavyai-charting/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

review gnarly syntax in files we tell prettier to ignore

micahstubbs opened this issue · comments

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.

related to #157 Prettier format codebase