Mehul Kar

Results 104 issues of Mehul Kar

New rule to disallow `.send` API in component/controller JS would be nice! Or maybe all EmberObjects?

Enhancement
New Rule

Couldn't find a lint rule for this, but I would like to catch accidental usages of this.element in integration tests. I think that's an anitpattern now?

Enhancement
New Rule

our test suite has a bunch of functions that wraps `module()`. The `ember/no-test-module-for` rule flags all of these as problematic. (The rule is just looking for functions starting with `moduleFor`)....

Bug

I would love to read this on my kindle. It looks like great content. Anyone know if there's a way to do this?

question

This can be configured using the `.ember-cli` file. I chose this because neither `ember-cli-build.js` or `config/environment.js` seemed appropriate. I'm not 100% sure if this also means that this can be...

The asset size printer currently prints everything in the `dist/` directory. We have some files we're putting in there that we don't need to see in our export. Moreover, for...

# Feature request It would be nice to make the `server` global importable instead of making it available everywhere.

We often have code that looks like this: ```hbs

The attribute-indentation rule is about style and is very annoying to fix when things go wrong. A `--fix` option would be very helpful. https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/attribute-indentation.md

enhancement

Currently a Fastboot-enabled ember app generates a `dist/package.json` file programmatically on `ember build`. This mostly works well, but it means that an `npm install` in this `dist/` directory is not...