e2corporation commented on PR #3107: URL: https://github.com/apache/incubator-devlake/pull/3107#issuecomment-1252688198
@henit-chobisa Thanks again for the Responsive Sidebar Feature Henit, I'll be adding some review notes, in the meantime here's a few points around the existing coding standards you can start applying. We recently added Prettier + ESLint configuration to better assist with this, for now you may make the adjustments manually. - [ ] We have adopted a **No semi-colons** Policy (Please strip all semicolons) - [ ] _Single_ Quotes **TRUE** (No Double-quotes, except in ASF Headers) - [ ] Tab Spaces **2** - [ ] Convert Tabs to Spaces **TRUE** - [ ] Trailing Commas **No** (Not Preferred) -- 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]
