UNPKG

canonical

Version:

Canonical code style linter and formatter for JavaScript, SCSS and CSS.

14 lines (11 loc) 100 B
"use strict"; const x = 3; x++; --x; x = 4; x *= 2; x /= 2; if (true) { let x = 3; x++; }