dididy opened a new pull request, #5071:
URL: https://github.com/apache/zeppelin/pull/5071

   ### What is this PR for?
   https://github.com/apache/zeppelin/pull/5065#issuecomment-3266268119
   
   In #5065, it was suggested that keeping exports sorted alphabetically would 
improve readability and consistency.
   
   TSLint does not provide a built-in rule for this (only `ordered-imports` 
exists for imports). Therefore, following the approach from #5053, I added a 
custom TSLint rule to enforce alphabetical ordering for exports.
   
   Applying this rule across the entire codebase would introduce many 
disruptive changes, so for now it is scoped only to the **public-api.ts** file.
   
   
   ### What type of PR is it?
   Improvement
   
   ### Todos
   
   ### What is the Jira issue?
   * [[ZEPPELIN-6325](https://issues.apache.org/jira/browse/ZEPPELIN-6325)]
   
   ### How should this be tested?
   
   ### Screenshots (if appropriate)
   
   ### Questions:
   * Does the license files need to update? N
   * Is there breaking changes for older versions? N
   * Does this needs documentation? N
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to