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

fix(#331): Add linter #382

Merged
merged 1 commit into from
Aug 7, 2023
Merged

fix(#331): Add linter #382

merged 1 commit into from
Aug 7, 2023

Conversation

doug-wade
Copy link
Owner

No description provided.

@@ -1,5 +1,5 @@
module.exports = {
extends: ['@tybalt/ts-recommended'],
parser: '@typescript-eslint/parser',
extends: ['plugin:@tybalt/eslint-plugin/ts-recommended'],
Copy link
Owner Author

Choose a reason for hiding this comment

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

@@ -9,15 +9,15 @@ const config = {
parserOptions: {
ecmaVersion: 2021,
},
plugins: ['@tybalt'],
plugins: ['@tybalt/eslint-plugin'],
Copy link
Owner Author

Choose a reason for hiding this comment

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

@doug-wade doug-wade force-pushed the fix-331 branch 3 times, most recently from fa22848 to 72ed154 Compare August 7, 2023 03:21
@doug-wade doug-wade merged commit 538aefb into master Aug 7, 2023
4 checks passed
@doug-wade doug-wade deleted the fix-331 branch August 7, 2023 03:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant