Skip to content

Commit 54908cc

Browse files
committed
run lint and prettier
1 parent 7c45a30 commit 54908cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Docs: https://developers.google.com/blockly/guides/overview
1111
Repo: https://github.com/google/blockly
1212

1313
## Lego Boost Robotics Set
14+
1415
A Lego creative toolbox which offers an easy way to learn the basics of coding, engineering and robotics.
1516

1617
Link: https://www.lego.com/en-de/product/boost-creative-toolbox-17101

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"types": []
2020
},
2121
"include": ["src/**/*.ts"],
22-
"exclude" : ["node_modules"]
22+
"exclude": ["node_modules"]
2323
}

0 commit comments

Comments
 (0)