Varshitha Besthavemula
Varshitha Besthavemula
Adds the github workflows to sonar.exclusions in the file .sonarcloud.properties Fixes #603
## Description Adds automated API documentation generation for components using **jsdoc-to-markdown** and a custom Handlebars template. This improves consistency and readability of the generated `API.md` file. ### Changes - Added...
This PR: - Modifies the Design System's `lint` command to `eslint . --ext .ts --ext .tsx --ext .js --ext .jsx` to prevent parsing errors on Windows PowerShell (which treats commas...
**Description** In generator if we give the params as -p single=false eventually, it is converting into single = 'false' , that is changed into singleFile='false', so changing the default value...