miroslavpejic85 / mirotalk

🚀 WebRTC - P2P - Simple, Secure, Fast Real-Time Video Conferences Up to 4k and 60fps, compatible with all browsers and platforms.
https://p2p.mirotalk.com
GNU Affero General Public License v3.0
2.6k stars 502 forks source link

feat: husky prettier eslint - for CodeBase Improvement. #193

Closed Tholkappiar closed 6 months ago

Tholkappiar commented 6 months ago

Description

This Pull Request introduces the following changes:

How to Test

To ensure that the code formatting and linting work as expected, you can follow these steps:

  1. Make changes to the code in your project.
  2. Stage the changes using git add.
  3. Attempt to make a commit.

Husky and lint-staged should automatically run Prettier to format the staged files. If there are any formatting issues or linting errors, you'll be prompted to fix them before committing.

Screenshots

code-enhance

Checklist

Closes #192