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

Turn off naming convention eslint rules #22

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

etcd
Copy link
Contributor

@etcd etcd commented Jul 11, 2024

Removing the naming convention rules as they would cause breaking changes in the API of the existing SDK.

Discussed with Morgan about including all the simple linting/formatting changes directly in this PR. For the most part, they consist of the following:

  • type -> interface
  • let -> const (where possible)
  • removing trailing commas
  • removing unnecessary quotes around object keys
  • newlines for long object / array entries
  • any -> unknown (where possible)

@etcd etcd force-pushed the etcd/turn-off-naming-convention-rules branch 2 times, most recently from d322a9a to 8c6abcb Compare July 11, 2024 20:55
@etcd etcd force-pushed the etcd/turn-off-naming-convention-rules branch from 8c6abcb to 7d527d3 Compare July 11, 2024 20:55
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