UNPKG

canonical

Version:

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

11 lines (10 loc) 132 B
{ "env": { "node": true }, "rules": { "indent": [1, 4], "max-len": [1, 79, 4], "quotes": [1, "double"] }, }