Skip to content
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

chore: fixed linter settings #180

Merged
merged 1 commit into from
Aug 2, 2023
Merged

Conversation

nickytonline
Copy link

@nickytonline nickytonline commented Aug 2, 2023

Fixed the linter settings. Came across this while working on #178.

@nickytonline nickytonline self-assigned this Aug 2, 2023
@nickytonline nickytonline requested a review from a team as a code owner August 2, 2023 14:25
@github-actions github-actions bot added the type: chore work needed to keep the product and development running smoothly label Aug 2, 2023
@nickytonline nickytonline force-pushed the nickytonline/fix-linter-config branch from dd0289e to c655981 Compare August 2, 2023 14:27
@@ -12,7 +12,7 @@
"scripts": {
"build": "tsc",
"prepack": "yarn build",
"lint": "yarn eslint --ext .ts,.js,.mjs src",
"lint": "yarn eslint --ext .ts,.js,.mjs src test",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We added tests about four months ago and forgot to add the folder to the linter.

@nickytonline nickytonline removed the request for review from taty2010 August 2, 2023 14:30
@kodiakhq kodiakhq bot merged commit 070ae08 into main Aug 2, 2023
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge type: chore work needed to keep the product and development running smoothly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants