Project

General

Profile

Improvement #12305

Updated by Chamudi Siriwardhane about 2 months ago

* Add ESLint Script: 
 Implement an ESLint script for the ui-components repository to maintain code consistency and quality. 

 * Create a Symlink Script: 
 Develop a symlink script to enable real-time updates in the ui-components package. This script should allow us to see any changes made to the ui-components repository reflected in our      applications that use the UI package. 

 The script should include two watchers: 
 * One watching changes from the ui-components repository side. 
 * Another watching changes from the main application side. 

 This should ensures that changes made in the ui-components repository are immediately visible in the main application's UI during development.

Back