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

Move no-restricted-syntax from extension #228

Merged
merged 2 commits into from
Feb 28, 2024
Merged

Conversation

fregante
Copy link
Contributor

@fregante fregante commented Feb 25, 2024

Future work, in a single PR

Future work, in a separate PR

  • Also move inline configuration of no-restricted-imports to its own file, for reusability (i.e. revert ca76a70)

/* Unrelated issues */
/* eslint-disable unicorn/no-useless-undefined */
/* eslint-disable @typescript-eslint/no-unsafe-call */
/* eslint-disable @typescript-eslint/no-unsafe-assignment */
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Jest types are missing in this repo, we don't need them for this purpose.

@fregante fregante self-assigned this Feb 25, 2024
@fregante fregante merged commit 1ece2ea into main Feb 28, 2024
2 checks passed
@fregante fregante deleted the add-no-restricted-syntax branch February 28, 2024 13:23
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.

Move some no-restricted-syntax rules from the extension to the shared config
1 participant