Skip to content

Commit

Permalink
fix(typescript): set parser to @typescript-eslint/parser
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Nov 26, 2019
1 parent c150c07 commit b9778ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion typescript.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module.exports = {
extends: ['./common', 'plugin:@typescript-eslint/recommended']
extends: ['./common', 'plugin:@typescript-eslint/recommended'],
parser: '@typescript-eslint/parser'
}

0 comments on commit b9778ca

Please sign in to comment.