Created
October 18, 2019 19:03
-
-
Save simply-alliv/6d6e23a4e00829697c3f33edc21cb233 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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