Add max line length of 120 to linter (#1524)
This commit is contained in:
parent
9ab6aa64a0
commit
81644f35ff
12 changed files with 24 additions and 11 deletions
3
lib/config-utils.js
generated
3
lib/config-utils.js
generated
|
|
@ -905,7 +905,8 @@ exports.parsePacks = parsePacks;
|
|||
* Without a '+', an input value will override the corresponding value in the config file.
|
||||
*
|
||||
* @param inputValue The input value to process.
|
||||
* @returns true if the input value should replace the corresponding value in the config file, false if it should be appended.
|
||||
* @returns true if the input value should replace the corresponding value in the config file,
|
||||
* false if it should be appended.
|
||||
*/
|
||||
function shouldCombine(inputValue) {
|
||||
return !!inputValue?.trim().startsWith("+");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue