We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello @bmish - wanted to let you know a small bug we noticed.
Running yarn lint:js --fix with the rule ember/no-incorrect-computed-macros enabled on the following:
yarn lint:js --fix
ember/no-incorrect-computed-macros
import Component from '@ember/component'; import { and } from '@ember/object/computed'; export default Component.extend({ cp: and('another.prop'), });
the CP gets correctly fixed but not the import statement.
The text was updated successfully, but these errors were encountered:
no-incorrect-computed-macros
Successfully merging a pull request may close this issue.
Hello @bmish - wanted to let you know a small bug we noticed.
Running
yarn lint:js --fix
with the ruleember/no-incorrect-computed-macros
enabled on the following:the CP gets correctly fixed but not the import statement.
The text was updated successfully, but these errors were encountered: