mermaid-js / zenuml-core

The ZenUML renderer
https://embed.zenuml.com
MIT License
31 stars 8 forks source link

Fix/format-code #121

Closed dontry closed 8 months ago

dontry commented 8 months ago

This commit formatted the entire codebase and applied ESLint to fix minor linting issues. It does not change any feature of the current project. Additionally, two new NPM commands are added for global formatting and linting. A .git-blame-ignore-revs file is created, which adds the commit of global code formatting to this file so that Git blame will exclude this commit from the Git history.

Resolve issue #120

Changes

  1. Formatted and applied lint fixes to entire codebase
  2. Added commands yarn prettier and yarn eslint
  3. Added .git-blame-ignore-revs file

Without .git-blame-ignore-revs file image

With .git-blame-ignore-revs file image