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 = {
1616 // where to output built files
1717 outputDir: ' dist' ,
1818
19+ // where to put static assets (js/css/img/font/...)
20+ assetsDir: ' ' ,
21+
1922 // whether to use eslint-loader for lint on save.
2023 // valid values: true | false | 'error'
2124 // when set to 'error', lint errors will cause compilation to fail.
Original file line number Diff line number Diff line change 1313
1414 --format [formatter] specify formatter (default: codeframe)
1515 --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)
1618 ```
1719
1820 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