Ingo Schommer ff4336010c Enforce JS var declaration with value
This caught us out recently where code did a strict type check for `myVar === undefined`.
The var was defined as `let myVar;`, without a value - so the check returned false (it's `null`).
To avoid this situation, we've decided to enforce declarations with values.
Note that preference should be given to single, immutable assignments via const where possible.

See http://eslint.org/docs/rules/init-declarations
2016-09-13 10:08:32 +12:00
2016-09-07 11:28:05 +01:00
2016-09-09 11:26:24 +12:00
2016-09-07 11:28:05 +01:00
2016-09-07 11:28:05 +01:00
2016-09-09 11:26:24 +12:00
2016-04-19 10:41:08 +12:00
2016-05-11 09:46:28 +12:00
2016-03-28 22:22:21 +13:00
2016-05-11 09:47:03 +12:00
2016-04-29 14:34:29 +12:00
2016-08-16 13:22:58 +12:00
2016-04-04 16:33:01 +12:00
2016-04-08 15:08:08 +12:00
2016-04-08 15:08:08 +12:00
2016-05-21 16:59:14 +12:00

SilverStripe CMS

Build Status Code Climate helpfulrobot

PHP5 Content Management System (CMS), see http://silverstripe.org. Requires the framework module and a silverstripe-installer base project.

Installation

See installation on different platforms, and installation from source.

Bugtracker

Bugs are tracked on github.com. Please read our issue reporting guidelines.

Development and Contribution

If you would like to make changes to the SilverStripe core codebase, we have an extensive guide to contributing code.

Description
No description provided
Readme 28 MiB
Languages
PHP 73.3%
JavaScript 20%
Gherkin 4%
Scheme 2.1%
SCSS 0.6%