Skip to content
This repository was archived by the owner on Mar 19, 2023. It is now read-only.

Commit a2b591b

Browse files
committed
Change README.md and add ESLint, Prettier descriptions
1 parent 92b83c2 commit a2b591b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ Created for the new-generation GameIndus platform :rocket:
5050

5151
* **Typescript**, an open-source programming language developed and maintained by Microsoft. It enables us to have a more reliable and maintainable code with classes and namespaces.
5252
* **Webpack** to compile all Typescript code into a native JavaScript code readable by all modern browsers. It also provides a file watching system to help us when we develop the engine.
53-
* **TSLint**, an extensible static analysis tool that checks TypeScript code for readability, maintainability, and functionality errors.
53+
* **ESLint**, an extensible static analysis tool that checks TypeScript code for readability, maintainability, and functionality errors.
54+
* **Prettier**, this is a code formater for TypeScript and other languages...
5455
* **Jest**, a delightful JavaScript Testing Framework with a focus on simplicity.
5556

5657
All these tools are working together thanks to NodeJs. You can find all used packages in the Node config file.

0 commit comments

Comments
 (0)