UNPKG

canonical

Version:

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

9 lines (7 loc) 180 B
// default configuration module.exports = { disallowVars: false, disallowDuplicated: true, disallowUnknownReferences: true, parse: require("esprima-fb").parse, };