Only apply eslint-loader to our own sources
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
See c81b9ae648
This commit is contained in:
parent
d3a2618121
commit
b2b528885a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module.exports = {
|
|||
use: ['vue-style-loader', 'css-loader', 'sass-loader']
|
||||
},
|
||||
{
|
||||
test: /\.(js|vue)$/,
|
||||
test: /src\/.*\.(js|vue)$/,
|
||||
use: 'eslint-loader',
|
||||
enforce: 'pre'
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue