UNPKG

canonical

Version:

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

5 lines (4 loc) 85 B
"use strict"; let x = x; // error let y = 1, z = y; // ok let a = b, b = 1; // error