We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ac1a9 commit 9f5d0b9Copy full SHA for 9f5d0b9
packages/@vue/cli-plugin-eslint/index.js
@@ -9,7 +9,7 @@ module.exports = (api, { lintOnSave }) => {
9
.add(api.resolve('src'))
10
.add(api.resolve('test'))
11
.end()
12
- .test(/\.(vue|jsx?)$/)
+ .test(/\.(vue|(j|t)sx?)$/)
13
.use('eslint-loader')
14
.loader('eslint-loader')
15
.options(Object.assign(options, {
0 commit comments