Skip to content

Commit b0477ec

Browse files
committed
Parse JSX no matter what the file extension is
1 parent fc004c9 commit b0477ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
'use strict';
22
module.exports = {
33
parser: '@typescript-eslint/parser',
4+
parserOptions: {
5+
jsx: true
6+
},
47
plugins: [
58
'@typescript-eslint'
69
],

0 commit comments

Comments
 (0)