File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
packages/@vue/cli-plugin-eslint Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ module.exports = {
16
16
// where to output built files
17
17
outputDir: ' dist' ,
18
18
19
+ // where to put static assets (js/css/img/font/...)
20
+ assetsDir: ' ' ,
21
+
19
22
// whether to use eslint-loader for lint on save.
20
23
// valid values: true | false | 'error'
21
24
// when set to 'error', lint errors will cause compilation to fail.
Original file line number Diff line number Diff line change 13
13
14
14
--format [formatter] specify formatter (default: codeframe)
15
15
--no-fix do not fix errors
16
+ --max-errors specify number of errors to make build failed (default: 0)
17
+ --max-warnings specify number of warnings to make build failed (default: Infinity)
16
18
```
17
19
18
20
Lints and fixes files. If no specific files are given, it lints all files in ` src ` and ` test ` .
You can’t perform that action at this time.
0 commit comments