Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

JavaScript / TypeScript Coding Style

The code is formatted using Prettier with the .prettierrc provided in this repo.

The Prettier configuration is mostly keeping the default configuration (double quotes for strings, two spaces for indentation, trailing commas and semicolons, etc.).

Double quotes are used for strings in order to be consistent with other programming languages like C/C++, Rust, Go, Kotlin as well as the JSON format.

ToDo: ESLint config