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

Changed func-names eslint rule to as-needed; #4492

Merged
merged 3 commits into from May 3, 2022

Conversation

DigitalBrainJS
Copy link
Collaborator

The func-names rule has become meaningless in the current ECMA specification. Therefore, it should only be used when the function is truly anonymous, and not always, otherwise we end up with a verbose codebase with duplicate identifiers.

@jasonsaayman
Copy link
Member

Once again @DigitalBrainJS thanks very much for your contributions to Axios

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

2 participants