Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 540 Bytes

File metadata and controls

9 lines (5 loc) · 540 Bytes

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