Skip to content
Snippets Groups Projects
Unverified Commit 6ffb1616 authored by Thuc Pham's avatar Thuc Pham Committed by GitHub
Browse files

feat: add ts eslint plugin (#688)

parent 8e4b4982
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
...@@ -145,4 +145,4 @@ async function main() { ...@@ -145,4 +145,4 @@ async function main() {
}); });
} }
main(); void main();
...@@ -71,6 +71,6 @@ async function main() { ...@@ -71,6 +71,6 @@ async function main() {
console.log(String(response)); console.log(String(response));
} }
main().then(() => { void main().then(() => {
console.log("Done"); console.log("Done");
}); });
...@@ -41,6 +41,6 @@ async function main() { ...@@ -41,6 +41,6 @@ async function main() {
console.log(String(response)); console.log(String(response));
} }
main().then(() => { void main().then(() => {
console.log("Done"); console.log("Done");
}); });
...@@ -77,6 +77,6 @@ async function main() { ...@@ -77,6 +77,6 @@ async function main() {
console.log(String(response)); console.log(String(response));
} }
main().then(() => { void main().then(() => {
console.log("Done"); console.log("Done");
}); });
...@@ -90,6 +90,6 @@ async function main() { ...@@ -90,6 +90,6 @@ async function main() {
} }
} }
main().then(() => { void main().then(() => {
console.log("Done"); console.log("Done");
}); });
...@@ -59,6 +59,6 @@ async function main() { ...@@ -59,6 +59,6 @@ async function main() {
} }
} }
main().then(() => { void main().then(() => {
console.log("Done"); console.log("Done");
}); });
...@@ -85,6 +85,6 @@ async function main() { ...@@ -85,6 +85,6 @@ async function main() {
} }
} }
main().then(() => { void main().then(() => {
console.log("Done"); console.log("Done");
}); });
...@@ -72,6 +72,6 @@ async function main() { ...@@ -72,6 +72,6 @@ async function main() {
} }
} }
main().then(() => { void main().then(() => {
console.log("\nDone"); console.log("\nDone");
}); });
...@@ -18,6 +18,6 @@ async function main() { ...@@ -18,6 +18,6 @@ async function main() {
console.log(response); console.log(response);
} }
main().then(() => { void main().then(() => {
console.log("Done"); console.log("Done");
}); });
...@@ -55,4 +55,4 @@ async function main() { ...@@ -55,4 +55,4 @@ async function main() {
} }
} }
main(); void main();
...@@ -27,4 +27,4 @@ async function main() { ...@@ -27,4 +27,4 @@ async function main() {
} }
} }
main(); void main();
...@@ -23,4 +23,4 @@ async function main() { ...@@ -23,4 +23,4 @@ async function main() {
} }
} }
main(); void main();
...@@ -54,4 +54,4 @@ async function main() { ...@@ -54,4 +54,4 @@ async function main() {
} }
} }
main(); void main();
...@@ -37,4 +37,4 @@ async function main() { ...@@ -37,4 +37,4 @@ async function main() {
} }
} }
main(); void main();
...@@ -22,4 +22,4 @@ However, general relativity, published in 1915, extended these ideas to include ...@@ -22,4 +22,4 @@ However, general relativity, published in 1915, extended these ideas to include
console.log(result); console.log(result);
} }
main(); void main();
...@@ -36,4 +36,4 @@ async function main() { ...@@ -36,4 +36,4 @@ async function main() {
console.log(result); console.log(result);
} }
main(); void main();
...@@ -37,4 +37,4 @@ async function main() { ...@@ -37,4 +37,4 @@ async function main() {
console.log(result); console.log(result);
} }
main(); void main();
...@@ -23,4 +23,4 @@ async function main() { ...@@ -23,4 +23,4 @@ async function main() {
} }
} }
main(); void main();
...@@ -22,4 +22,4 @@ async function main() { ...@@ -22,4 +22,4 @@ async function main() {
} }
} }
main(); void main();
...@@ -61,4 +61,4 @@ async function main() { ...@@ -61,4 +61,4 @@ async function main() {
} }
} }
main(); void main();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment