[github] eslint-config-prettier
Turns off all rules that are unnecessary or might conflict with Prettier.
This formats your code via prettier, and then passes the result of that to eslint --fix
Check all, honor .gitignore
prettier --check "**/*.*"
prettier --write "**/*.*"