This changes the "prettier" value in the package.json so that prettier will stop wanting to put a trailing comma after the last parameter of a function. Now or tests should pass and other PRs can be merged.
Do these changes impact any npm scripts commands (in package.json)? (e.g., running 'npm run start')
Sort of. The output of the lint script will be different.
Do these changes impact VS Code debugging options (launch.json)?
no
Do these changes impact template output? (e.g., add/remove file, update file location, update file contents)
Yes. package.json is changed. See above.
Change Description:
This changes the "prettier" value in the package.json so that prettier will stop wanting to put a trailing comma after the last parameter of a function. Now or tests should pass and other PRs can be merged.
Do these changes impact any npm scripts commands (in package.json)? (e.g., running 'npm run start') Sort of. The output of the lint script will be different.
Do these changes impact VS Code debugging options (launch.json)? no
Do these changes impact template output? (e.g., add/remove file, update file location, update file contents) Yes. package.json is changed. See above.
Do these changes impact documentation? (e.g., a tutorial on https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins) no
If you answered yes to any of these please do the following:
Validation/testing performed:
Ran npm run lint. It now passes.