Makes all modules in Node get loaded in strict mode.
Adds use strict;
in the beginning of each source
Removes "use strict" from transpiled es6->es5 code
Remove 'use strict' if the file is 'not strict'
A CoffeeLint rule that enforces usage of strict mode