-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
low priority
problem
prettier is really large. we want to remove it
solution
Instead of pass the whole code to prettier, we can indent the code
- use
detect-indentto identify the code indent width - calculate the width of indent of
/// INSERT CONTROLLER HEREcode and/// INSERT IMPORT HERE - change the indent of the insert code based of step2 with
indent-string - remove prettier and related function
Also
- we need to write a test
- implement the indent logic into
utils.ts - implement code inserting logic into
connectors.ts(we can include code formatting logic) - call the insert function from start.ts
Reactions are currently unavailable
Metadata
Metadata
Labels
good first issueGood for newcomersGood for newcomers