-
Notifications
You must be signed in to change notification settings - Fork 16
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
feat: add linters #60
Conversation
create rules for prettier according to the files in codebase add husky pre commit hook signed-off-by: pavan joshi <pavanj914@gmail.com>
change lint-staged rules for prettier signed-off-by: pavan joshi <pavanj914@gmail.com>
69ffe70
to
07e0ffc
Compare
@pavanjoshi914 the changes look good to me. But surely there will be more file changes after we actually run those commands (for example, running prettier)? did the commit checks pass for you? Can you merge master into this branch and check if the CI passes, and make sure the CI runs the correct checks? |
330cf30
to
04c1822
Compare
@pavanjoshi914 please also add a new PR off of this branch and run the linting so we can see the changes |
add prettier
add husky to create pre commit hooks
add lint-staged pre commit hook for prettier
move jsx file to examples folder
add eslint
add eslint typescript parser
add config plugin to run eslint and prettier serially
Fixes #43
signed-off-by: pavan joshi pavanj914@gmail.com