Coding Guidelines
Table of contents
Extensions Installation
Download extensions-0.0.1 from MIM UI Teams and install them from VSIX file:
Set Pre-Commit Hook
- If we already have Dev Environment we should:
- Download Coding Guidelines File from Teams
- Copy .prettierrc, package.json files in UI Customisation Project
- Execute yarn in UI Customisation Project
- If we are setting up new Dev Environment we don’t have to do the steps above - just dont forget to execute yarn in UI Customisation Project!
Set Format OnSave
Add these lines to setting.json: ` “editor.defaultFormatter”: “esbenp.prettier-vscode”, “editor.formatOnSave”: true`