ember-cli-typescript
ember-cli-typescript copied to clipboard
Document recommended linting setup
We should document a recommendation for setting up linting, including things like:
- Installing and configuring
@typescript-eslint/eslint-plugin - Updating the
lint:jsscript to ensure it includes the right extensions - Configuring popular editors to run ESLint against
.tsfiles
Parts of this can also probably be set up as part of the default blueprint, or a supplemental opt-in one.
Related: #963
What is the status of this? I'm still running into this on a fresh install.
As a new ember/typescript user my editor is very upset and I have no idea why.
Recommended linting configuration is now (as of a few versions back in Ember and Ember CLI) built in out of the box via Ember's own blueprints when using --typescript. 🎉