Skip to content

Guidelines, standards and agreements for JS projects (frontend and backend)

Notifications You must be signed in to change notification settings

sunmait/js-guidelines

Repository files navigation

Guidelines & Standards

Common

TODO

Git

  • Follow Conventional Commits for git commits.
  • Pull request for task - always 1 git commit.
    • Pull request with more than 1 commit is possible only if it's for a release.

Github settings

  • In github settings allow only rebase merging (Restrict "merge commits" and "squash merging").

Code formatting (frontend & backend)

Use prettier for code formatting. Use .prettierrc file from this repo as config.

JavaScript/Typescript agreements & standards

See Link

API contracts

See Link

Backend best practices & recommendations

See Link

About

Guidelines, standards and agreements for JS projects (frontend and backend)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published