ember-cli / ember-cli/eslint-plugin-ember

Lint against shadowed keywords

Open
#2,133 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
263
Forks
214
Avg merge
30m
Merged PRs (30d)
5

Description

for example, this should be a lint error:

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

{{yield (modifier on)}}

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.