Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 182 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 182 Bytes

JavaScript Guidelines

Fomatting

Preferred formatter for python is prettier. Add .prettierrc to your project.

{
  "printWidth": 80,
  "trailingComma": "all"
}