-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Add CI workflow to lint TypeScript and JavaScript code #55
Add CI workflow to lint TypeScript and JavaScript code #55
Conversation
8809b09
to
04d1856
Compare
I removed the commits that tried to fix the errors highlighted by |
On every push and pull request that affects relevant files, and periodically, run eslint on the repository's TypeScript and JavaScript files. eslint is configured via the .eslintrc.yml file: https://eslint.org/docs/user-guide/configuring/configuration-files
04d1856
to
074af1f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Temporary ignoring linting issues so we can tag a release before 18 May
Dismissing this review for now so we can make a new release
On every push and pull request that affects relevant files, and periodically, run eslint on the repository's TypeScript and JavaScript files.
eslint is configured via the
.eslintrc.yml
file:https://eslint.org/docs/user-guide/configuring/configuration-files