Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VBproDev authored Oct 15, 2024
1 parent 3d9c8dc commit b954681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<h1>Contributing guidelines</h1>
<ul>
<li><b>Add semicolons (;) after each Typescript line religiously</b>, This is because changes in the Typescript file are minified and compiled (into JS), where lines withput semicolons can crash the whole app</li>
<li>If you want to raise a pull request, then you should fork the linted files, then I will minify that file and accept the changes (if valid).</li>
<li>If you want to raise a pull request, then you should fork the TS file, then I will minify that file and accept the changes (if valid).</li>
<li>Please don't add comments or console.log statements while raising a PR, if you want you can have them in your fork</li>
<li>Use constant variables and functions as far as possible. Declare global variables globally and locals locally</li>
<li>Declare constant variables first, then let variables, then functions, then event handlers (all according to their respective scopes).</li>
Expand Down

0 comments on commit b954681

Please sign in to comment.