Skip to content

Commit

Permalink
fix: typo errors (#4938)
Browse files Browse the repository at this point in the history
  • Loading branch information
x6ax6b authored and pksunkara committed Dec 12, 2019
1 parent f7b95ac commit 26bdb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/README.md
Expand Up @@ -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:

Expand Down

0 comments on commit 26bdb51

Please sign in to comment.