mirror of
https://github.com/wazuh/wazuh-dashboard-plugins.git
synced 2026-02-04 01:56:33 -06:00
* docs(external-resources): add for wazuh plugin external resources * docs(external-resources): refine some details * docs(external-resources): add entry to the summary * docs: change permissiosn to build.sh and server.sh to be executable according to the docs of the usage * docs(external-resources): fix nested titles * docs(external-resources): fix * chore(changelog): add entry
Development documentation
Requirements
First time setup
Important
You must be stay at the root of the project.
yarn install
This command will install all the dependencies needed to lint and format the code on the changed files. And prepare the environment to run the pre-commit hook.
Linting
yarn lint
This command will lint the code on the changed files.
Formatting
yarn format
This command will format the code on the changed files.