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

Disable noUnusedLocals and noUnusedParameters in tsconfig #1181

Merged
merged 3 commits into from
May 29, 2023

Conversation

eddeee888
Copy link
Contributor

Make noUnusedLocals and noUnusedParameters false.

These two values are set as true in SEEK's tsconfig.

Skuba is already using Seek's ESLint config which has a rule which works for both function and types.

We do not need both tools to do the same thing. ESLint has better support for ignoring files if needed.

Skuba is already using Seek's ESLint config which has https://eslint.org/docs/latest/rules/no-unused-vars which works for both function and types
We don't need both tools to do the same thing.
@eddeee888 eddeee888 requested review from a team as code owners May 26, 2023 03:37
@changeset-bot
Copy link

changeset-bot bot commented May 26, 2023

🦋 Changeset detected

Latest commit: 0fbe5bc

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
skuba Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Happy to go either way though

Copy link
Member

@72636c 72636c left a comment

Choose a reason for hiding this comment

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

🙇

@samchungy samchungy merged commit b1d8e80 into seek-oss:master May 29, 2023
10 checks passed
@seek-oss-ci seek-oss-ci mentioned this pull request May 29, 2023
@eddeee888 eddeee888 deleted the disable-no-unused-tsconfig branch May 29, 2023 05:47
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.

None yet

3 participants