-
-
Notifications
You must be signed in to change notification settings - Fork 0
Code style and linting #16
Copy link
Copy link
Open
Labels
enhancementIssue enhances existing functionality or development processes.Issue enhances existing functionality or development processes.
Milestone
Metadata
Metadata
Assignees
Labels
enhancementIssue enhances existing functionality or development processes.Issue enhances existing functionality or development processes.
Aside from keeping source relatively uniform, a decent linter can also prevent usage of bad patterns and methods that could lead to buggy and slow code.
ESLint is best equiped for guarding against anti-patterns, dprint is best suited to enforcing code style.