5
Jappe
7y

I just noticed the code in the docs of Vue.js contains no semicolons... I literally can't find a single semicolon in their code :O

Comments
  • 0
    new ecmascript standard requires semicolons only in few very weird situations you should never organize
  • 1
    It uses StandardJS which proposes rules on how code should be formatted.

    Some rules include...

    - 2 space indents.
    - no semi-colons.
Add Comment