Skip to content

Commit 26bdb51

Browse files
x6ax6bpksunkara
authored andcommitted
fix: typo errors (#4938)
1 parent f7b95ac commit 26bdb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Deprecated since Vue CLI 3.3, please use [`publicPath`](#publicPath) instead.
147147

148148
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.
149149

150-
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.
150+
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.
151151

152152
Alternatively, you can configure the overlay to display both warnings and errors:
153153

0 commit comments

Comments
 (0)