Sitecore.SPEAK.Guidance

Living SPEAK guideline used internally to share same structure and code style. It is work in progress and you are welcomed to pull request it.

JavaScript


The following guidelines apply to JavaScript for components.

General guidelines

Component-Specific Guidelines

{ curly: true, eqeqeq: true, immed: false, latedef: true, quotmark: "double", noarg: true, forin: true, newcap: true, sub: true, undef: false, boss: true, strict: false, unused: false, eqnull: true, node: true, browser: true, expr: "warn" }