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

Lint against shadowed keywords #2133

Open
NullVoxPopuli opened this issue Apr 19, 2024 · 0 comments
Open

Lint against shadowed keywords #2133

NullVoxPopuli opened this issue Apr 19, 2024 · 0 comments

Comments

@NullVoxPopuli
Copy link
Contributor

for example, this should be a lint error:

import { modifier } from 'ember-modifier';
import { on } from '@ember/modifier';

<template>
  {{yield (modifier on)}}
</template>

modifier is a keyword, and different from the function from ember-modifier

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

No branches or pull requests

1 participant