Skip to content

Clean up tech debt

Tom Quirk requested to merge issue-list-new into master

What does this MR do?

  • Uses snake case for all file names
  • Adds JSDoc to important parts of Figma code
  • Moves CLIENT_STORAGE_KEYS constant to constants file
  • Removes legacy (unused) logout code

Checklist

  • Generated new gitlab_figma_plugin_dist.zip (npm run pkg) file if changes have been made to src/
  • Added tests for new functionality
Edited by Tom Quirk

Merge request reports