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
After #835 is merged, it'd be nice to enforce the code style so all our JS / TS code will look and read the same. For this we can use a pre-commit hook with husky and lint-staged so eslint / prettier would run before every commit.
Example package.json config:
After #835 is merged, it'd be nice to enforce the code style so all our JS / TS code will look and read the same. For this we can use a pre-commit hook with husky and lint-staged so eslint / prettier would run before every commit.
Example package.json config:
The text was updated successfully, but these errors were encountered: