8000 types(vue.config.js): add descriptions for config by vegerot · Pull Request #5967 · vuejs/vue-cli · GitHub
[go: up one dir, main page]

Skip to content

types(vue.config.js): add descriptions for config #5967

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Nov 2, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update packages/@vue/cli-service/types/ProjectOptions.d.ts
Co-authored-by: Binwei Fang <fangbinwei@yeah.net>
  • Loading branch information
vegerot and fangbinwei authored Nov 2, 2020
commit b09861925bd7a3261350a0a0499824de20265135
2 changes: 1 addition & 1 deletion packages/@vue/cli-service/types/ProjectOptions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ interface ProjectOptions {
configureWebpack?: WebpackOptions | ((config: WebpackOptions) => (WebpackOptions | void));

/**
* Default: `default`
* Default: `'default'`
* Whether to perform lint-on-save during development using [eslint-loader](https://github.com/webpack-contrib/eslint-loader)
*/
lintOnSave?: boolean | 'default' | 'warning' | 'error';
Expand Down
0