Skip to content

Instantly share code, notes, and snippets.

@simply-alliv
Created October 18, 2019 19:03
Show Gist options
  • Save simply-alliv/6d6e23a4e00829697c3f33edc21cb233 to your computer and use it in GitHub Desktop.
Save simply-alliv/6d6e23a4e00829697c3f33edc21cb233 to your computer and use it in GitHub Desktop.
module.exports = {
...
parser: '@typescript-eslint/parser', // This is the parser we will use
...
extends: [
'eslint:recommended',
'plugin:ember/recommended',
'plugin:@typescript-eslint/recommended', // This is the plugin we add
],
...
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment