Skip to content

Commit 0e29563

Browse files
authored
fix JS lint errors
Signed-off-by: MANI <[email protected]>
1 parent 02c657c commit 0e29563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/eslint/rules/style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ rules[ 'func-style' ] = [ 'error', 'declaration', {
481481
* // Good...
482482
* console.log( 1, 2 );
483483
*/
484-
rules[ 'function-call-argument-newline' ] = [ 'error', 'never' ];
484+
rules[ 'function-call-argument-newline' ] = [ 'error', 'consistent' ];
485485

486486
/**
487487
* Never allow linebreaks inside parentheses of function parameters or arguments.

0 commit comments

Comments
 (0)