`require-tagless-components` rule fails for `Service.extend`
See original GitHub issueIn tests/integration/components/foo-test.js
, if I have:
import Service from '@ember/service';
Service.extend({});
the lint rule fails
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:15 (12 by maintainers)
Top Results From Across the Web
eslint-plugin-ember | Yarn - Package Manager
An ESLint plugin that provides a set of rules for Ember applications based on ... for glob patterns in no-restricted-service-injections rule doc (@bmish) ......
Read more >eslint-plugin-ember/README.md - UNPKG
> An ESlint plugin that provides set of rules for Ember Applications based on commonly known good practices. 8. 9, ## ❗️Requirements.
Read more >eslint-plugin-ember - npm
An ESLint plugin that provides a set of rules for Ember applications ... require-tagless-components, disallow using the wrapper element of a ...
Read more >eslint-plugin-ember - npm Package Health Analysis - Snyk
Further analysis of the maintenance status of eslint-plugin-ember based on released npm ... require('eslint-plugin-node').configs.recommended.rules, ...
Read more >Rules of Civil Procedure Rule 4(i) Extension of Time to Serve ...
But if the plaintiff shows good cause for the failure, the court must extend the time for service for an appropriate period. Rule...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@bmish do you mean the lint failure error message? (I’m not getting an exception thrown, just a false positive on the lint rule)
I see false positives as well when lodash
extend
is in use within a component, eg