You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#54. ESLint is already configured with create-react-app, so this
just adds a script for running Prettier and sets up CI for Prettier,
ESLint, and Black.
Probably want to use ESLint and Prettier for the frontend and something like Black for the backend.
Note: Do not try to use ESLint's
indent
directly, it's busted! See here.The text was updated successfully, but these errors were encountered: