fix: typo errors (#4938)

This commit is contained in:
Jun-Kyu Kim
2019-12-13 00:41:03 +09:00
committed by Pavan Kumar Sunkara
parent f7b95acb9b
commit 26bdb511e6
+1 -1
View File
@@ -147,7 +147,7 @@ Deprecated since Vue CLI 3.3, please use [`publicPath`](#publicPath) instead.
To make lint errors show up in the browser overlay, you can use `lintOnSave: 'default'`. This will force `eslint-loader` to actually emit errors. this also means lint errors will now cause the compilation to fail.
Setting it to `'errors'` will force eslint-loader to emit warnings as errors as well, which means warnings will also show up in the overlay.
Setting it to `'error'` will force eslint-loader to emit warnings as errors as well, which means warnings will also show up in the overlay.
Alternatively, you can configure the overlay to display both warnings and errors: