UNPKG

canonical

Version:

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

8 lines (7 loc) 222 B
{ "preset": "google", "maximumLineLength": 120, "requireCamelCaseOrUpperCaseIdentifiers": "ignoreProperties", "validateQuoteMarks": { "mark": "'", "escape": true }, "disallowMultipleVarDecl": "exceptUndefined" }