We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yyx990803
Learn more about funding links in repositories.
Report abuse
jsx
1 parent febd386 commit 85c5973Copy full SHA for 85c5973
packages/@vue/eslint-config-typescript/index.js
@@ -5,7 +5,9 @@ module.exports = {
5
// in turn delegates to the parser, specified in `parserOptions.parser`:
6
// https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error
7
parserOptions: {
8
- parser: require.resolve('typescript-eslint-parser')
+ parser: require.resolve('typescript-eslint-parser'),
9
+ // #3268
10
+ jsx: true
11
},
12
rules: {
13
// https://github.com/eslint/typescript-eslint-parser#known-issues
0 commit comments