mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-05 19:39:11 -05:00
fix: typo errors (#4938)
This commit is contained in:
committed by
Pavan Kumar Sunkara
parent
f7b95acb9b
commit
26bdb511e6
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user