Coding Style |
Warnings that checking proper JavaScript coding style.
Index
Rule | Description | Type | Severity |
---|---|---|---|
SPC218901: Consider following curly brace conventions | Consider using curly brace convensions for all if, while, and for block | JavaScriptFile | Information |
SPC218902: Consider refactoring, too many parameters in function definition, maximum 3 | Either use a monadic pattern to only ever use a single object, or refactor the method to reduce parameters, to a maximum of 3 in order to ease readability, and reduce code complexity. | JavaScriptFile | Information |
Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.