Closed rvanasa closed 1 year ago
This PR includes parts of the automatic semicolon insertion logic from Embed Motoko.
This feature is enabled by default and can be deactivated by adding "semi": false to your .prettierrc file (more info).
"semi": false
.prettierrc
This PR includes parts of the automatic semicolon insertion logic from Embed Motoko.
This feature is enabled by default and can be deactivated by adding
"semi": false
to your.prettierrc
file (more info).