removed fix from eslint
This commit is contained in:
parent
6d9d18b7ba
commit
420a879a4e
|
@ -82,7 +82,7 @@ module.exports = {
|
||||||
}),
|
}),
|
||||||
new VueLoaderPlugin(),
|
new VueLoaderPlugin(),
|
||||||
new ESLintPlugin({
|
new ESLintPlugin({
|
||||||
fix: true
|
// fix: true
|
||||||
// exclude: ['node_modules', 'vendor', 'web/core']
|
// exclude: ['node_modules', 'vendor', 'web/core']
|
||||||
// cache: false,
|
// cache: false,
|
||||||
// ignore: true,
|
// ignore: true,
|
||||||
|
|
Loading…
Reference in New Issue