-
Notifications
You must be signed in to change notification settings - Fork 0
Best Practices
Biswajit Sundara edited this page Feb 18, 2021
·
3 revisions
- Be consistent as per your project to use single quote
'or double quotes"".If single quote is used then use the same and vice versa. - Without adding a semi colon
;to the end of each java script statement works however its better to add it. - Use
ESLintstatic code analyzer to scan your code based on the defined rules and then highlight issues.