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

Don't allow to name object and its properties the same #67

Open
constgen opened this issue Jun 24, 2020 · 0 comments
Open

Don't allow to name object and its properties the same #67

constgen opened this issue Jun 24, 2020 · 0 comments
Labels
rule Validation rule

Comments

@constgen
Copy link
Contributor

Typically we would not like to see this in the code

data.data.data

and

let data = {
  data: {}
}

We may separate in options the checking of similar names in accessing and declarations

@constgen constgen added the rule Validation rule label Jun 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rule Validation rule
Projects
None yet
Development

No branches or pull requests

1 participant