OfficeDev / Office-Addin-Taskpane-SSO

Project template for creating an Office taskpane add-in that uses SSO,
Other
15 stars 16 forks source link

change prettier config in package.json #113

Closed Rick-Kirkham closed 4 months ago

Rick-Kirkham commented 4 months ago

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.

  1. 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.

  2. Do these changes impact VS Code debugging options (launch.json)? no

  3. Do these changes impact template output? (e.g., add/remove file, update file location, update file contents) Yes. package.json is changed. See above.

  4. 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:

Include 'Rick-Kirkham' in the review Make sure the README file is correct

Validation/testing performed:

Ran npm run lint. It now passes.